1
0
mirror of https://github.com/Rudloff/alltube.git synced 2024-06-21 06:56:40 +02:00

Fix syntax by styleci

This commit is contained in:
Unknown 2017-05-26 15:04:33 -07:00
parent 508c32e797
commit e8d989a9f2

View File

@ -1,8 +1,8 @@
<?php
$language = "zh_CN";
putenv("LANG=".$language);
$language = 'zh_CN';
putenv('LANG='.$language);
setlocale(LC_ALL, [$language, $language.'.utf8']);
require_once __DIR__.'/vendor/autoload.php';