Merge pull request #353 from Focuslinkstech/Development

Development
This commit is contained in:
iBNu Maksum 2024-11-28 09:51:44 +07:00 committed by GitHub
commit 13adfc8254
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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));
}