mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-29 22:29:36 +02:00
delete die() debug, forgot to delete it
This commit is contained in:
parent
2ed3dc991a
commit
47c6e90624
4 changed files with 1 additions and 4 deletions
|
@ -115,7 +115,6 @@ class Message
|
||||||
$mail->Subject = $subject;
|
$mail->Subject = $subject;
|
||||||
$mail->Body = $body;
|
$mail->Body = $body;
|
||||||
$mail->send();
|
$mail->send();
|
||||||
die();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -84,7 +84,6 @@ switch ($action) {
|
||||||
}
|
}
|
||||||
echo json_encode(['results' => $json]);
|
echo json_encode(['results' => $json]);
|
||||||
die();
|
die();
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
$ui->display('a404.tpl');
|
$ui->display('a404.tpl');
|
||||||
}
|
}
|
||||||
|
|
|
@ -570,7 +570,6 @@ switch ($action) {
|
||||||
} else if ($voucher_format == 'rand') {
|
} else if ($voucher_format == 'rand') {
|
||||||
$code = Lang::randomUpLowCase($code);
|
$code = Lang::randomUpLowCase($code);
|
||||||
}
|
}
|
||||||
die($code);
|
|
||||||
$d = ORM::for_table('tbl_voucher')->create();
|
$d = ORM::for_table('tbl_voucher')->create();
|
||||||
$d->type = $type;
|
$d->type = $type;
|
||||||
$d->routers = $server;
|
$d->routers = $server;
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"version": "2024.4.30"
|
"version": "2024.5.1"
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue