From 73b829b8c1fd5deaecce34ffe7158f873c669aea Mon Sep 17 00:00:00 2001 From: Focuslinkstech <45756999+Focuslinkstech@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:36:30 +0100 Subject: [PATCH] Update init.php remove lang debug --- init.php | 1 - 1 file changed, 1 deletion(-) 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)); }