Possible fix recommend by Rudloff
This commit is contained in:
parent
bb6e2805f3
commit
404935be05
3 changed files with 6 additions and 6 deletions
|
@ -1,5 +1,10 @@
|
|||
<?php
|
||||
|
||||
|
||||
$language = "zh_CN";
|
||||
putenv("LANG=".$language);
|
||||
setlocale(LC_ALL, $language);
|
||||
|
||||
require_once __DIR__.'/vendor/autoload.php';
|
||||
use Alltube\Config;
|
||||
use Alltube\Controller\FrontController;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue