mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 17:21:39 +09:00
Remove condition not needed in PHP 7
This commit is contained in:
parent
6f8a252cd1
commit
0079fc7b38
1 changed files with 0 additions and 4 deletions
|
|
@ -22,10 +22,6 @@ date_default_timezone_set(@date_default_timezone_get());
|
|||
* Set the default character encoding.
|
||||
*/
|
||||
ini_set('default_charset', 'UTF-8');
|
||||
if (function_exists('iconv_set_encoding') && version_compare(PHP_VERSION, '5.6', '<'))
|
||||
{
|
||||
iconv_set_encoding('internal_encoding', 'UTF-8');
|
||||
}
|
||||
if (function_exists('mb_internal_encoding'))
|
||||
{
|
||||
mb_internal_encoding('UTF-8');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue