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';