delete die() debug, forgot to delete it

This commit is contained in:
Ibnu Maksum 2024-05-01 10:21:32 +07:00
parent 2ed3dc991a
commit 47c6e90624
No known key found for this signature in database
GPG key ID: 7FC82848810579E5
4 changed files with 1 additions and 4 deletions

View file

@ -115,7 +115,6 @@ class Message
$mail->Subject = $subject;
$mail->Body = $body;
$mail->send();
die();
}
}

View file

@ -84,7 +84,6 @@ switch ($action) {
}
echo json_encode(['results' => $json]);
die();
break;
default:
$ui->display('a404.tpl');
}

View file

@ -570,7 +570,6 @@ switch ($action) {
} else if ($voucher_format == 'rand') {
$code = Lang::randomUpLowCase($code);
}
die($code);
$d = ORM::for_table('tbl_voucher')->create();
$d->type = $type;
$d->routers = $server;

View file

@ -1,3 +1,3 @@
{
"version": "2024.4.30"
"version": "2024.5.1"
}