Custom Fields for registration and Profile, but not yet finished for upload picture

This commit is contained in:
iBNu Maksum
2024-11-19 18:11:34 +07:00
parent 242dda2e99
commit eb970b257a
12 changed files with 311 additions and 11 deletions

View File

@ -152,7 +152,8 @@ $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 {
$_L['author'] = 'Auto Generated by iBNuX Script';
die("why");
$_L['author'] = 'Auto Generated by PHPNuxBill Script';
file_put_contents($lan_file, json_encode($_L));
}