mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
commit
13adfc8254
1 changed files with 0 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue