diff --git a/init.php b/init.php index f42eab25..97c03cd0 100644 --- a/init.php +++ b/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)); }