mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-08 11:33:55 +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.
|
* Set the default character encoding.
|
||||||
*/
|
*/
|
||||||
ini_set('default_charset', 'UTF-8');
|
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'))
|
if (function_exists('mb_internal_encoding'))
|
||||||
{
|
{
|
||||||
mb_internal_encoding('UTF-8');
|
mb_internal_encoding('UTF-8');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue