redirect to home

This commit is contained in:
Ibnu Maksum 2023-11-17 14:40:02 +07:00
parent d5ab0e1b44
commit e886249091
No known key found for this signature in database
GPG Key ID: 7FC82848810579E5
2 changed files with 2 additions and 1 deletions

View File

@ -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() . '<br><pre>' . $e->getTraceAsString() . '</pre>');
$ui->assign("error_title", "PHPNuxBill Crash");

View File

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