From e8862490911cc7bdf117c79365ffbc9061f3e5b2 Mon Sep 17 00:00:00 2001 From: Ibnu Maksum Date: Fri, 17 Nov 2023 14:40:02 +0700 Subject: [PATCH] redirect to home --- system/boot.php | 2 +- system/lan/english/common.lan.php | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/system/boot.php b/system/boot.php index 6284fbc9..85eee719 100644 --- a/system/boot.php +++ b/system/boot.php @@ -346,7 +346,7 @@ try { } } catch (Exception $e) { if (isset($_SESSION['uid'])) { - r2(U , 'e', $e->getMessage()); + r2(U . 'home' , 'e', $e->getMessage()); } $ui->assign("error_message", $e->getMessage() . '
' . $e->getTraceAsString() . '
'); $ui->assign("error_title", "PHPNuxBill Crash"); diff --git a/system/lan/english/common.lan.php b/system/lan/english/common.lan.php index 9bbfa137..b32d64b2 100644 --- a/system/lan/english/common.lan.php +++ b/system/lan/english/common.lan.php @@ -408,3 +408,4 @@ $_L['Change_title_in_user_Plan_order'] = 'Change title in user Plan order'; $_L['Logs'] = 'Logs'; $_L['Voucher_Format'] = 'Voucher Format'; $_L['Resend_To_Customer'] = 'Resend To Customer'; +$_L['Your_friend_do_not_have_active_package'] = 'Your friend do not have active package';