Skip to content

Commit

Permalink
redirect to home
Browse files Browse the repository at this point in the history
  • Loading branch information
ibnux committed Nov 17, 2023
1 parent d5ab0e1 commit e886249
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion system/boot.php
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ function time_elapsed_string($datetime, $full = false)
}
} 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");
Expand Down
1 change: 1 addition & 0 deletions system/lan/english/common.lan.php
Original file line number Diff line number Diff line change
Expand Up @@ -408,3 +408,4 @@
$_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';

0 comments on commit e886249

Please sign in to comment.