mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-05 02:34:38 +02:00
redirect to home
This commit is contained in:
parent
d5ab0e1b44
commit
e886249091
2 changed files with 2 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue