Update init.php
remove lang debug
This commit is contained in:
parent
91e7caae80
commit
73b829b8c1
1
init.php
1
init.php
@ -152,7 +152,6 @@ $lan_file = $root_path . File::pathFixer('system/lan/' . $config['language'] . '
|
||||
if (file_exists($lan_file)) {
|
||||
$_L = json_decode(file_get_contents($lan_file), true);
|
||||
} else {
|
||||
die("why");
|
||||
$_L['author'] = 'Auto Generated by PHPNuxBill Script';
|
||||
file_put_contents($lan_file, json_encode($_L));
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user