mirror of
https://github.com/twisterarmy/twister-phpbot.git
synced 2025-01-26 06:34:22 +00:00
set locale (for escapeshellarg)
This commit is contained in:
parent
ab95c86c0a
commit
8815f87c01
@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
mb_internal_encoding('UTF-8');
|
||||
setlocale(LC_CTYPE, 'en_US.UTF-8');
|
||||
|
||||
// Load RSS feed
|
||||
$feed_uri = 'http://habrahabr.ru/rss/hubs/new/';
|
||||
|
Loading…
x
Reference in New Issue
Block a user