mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
change folder ui/ui/user-ui to ui/ui/customer
This commit is contained in:
parent
8f78f5184e
commit
ba63face92
45 changed files with 1272 additions and 1266 deletions
|
@ -129,7 +129,7 @@ try {
|
|||
$e->getTraceAsString()
|
||||
);
|
||||
if (!Admin::getID()) {
|
||||
$ui->display('user-ui/error.tpl'); die();
|
||||
$ui->display('customer/error.tpl'); die();
|
||||
}
|
||||
$ui->assign("error_message", $e->getMessage() . '<br><pre>' . $e->getTraceAsString() . '</pre>');
|
||||
$ui->assign("error_title", "PHPNuxBill Crash");
|
||||
|
@ -142,7 +142,7 @@ try {
|
|||
$e->getTraceAsString()
|
||||
);
|
||||
if (!Admin::getID()) {
|
||||
$ui->display('user-ui/error.tpl'); die();
|
||||
$ui->display('customer/error.tpl'); die();
|
||||
}
|
||||
$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