diff --git a/system/autoload/Message.php b/system/autoload/Message.php index 3e938233..4f72dcb7 100644 --- a/system/autoload/Message.php +++ b/system/autoload/Message.php @@ -115,7 +115,6 @@ class Message $mail->Subject = $subject; $mail->Body = $body; $mail->send(); - die(); } } diff --git a/system/controllers/autoload.php b/system/controllers/autoload.php index 546473ac..e24af345 100644 --- a/system/controllers/autoload.php +++ b/system/controllers/autoload.php @@ -84,7 +84,6 @@ switch ($action) { } echo json_encode(['results' => $json]); die(); - break; default: $ui->display('a404.tpl'); } diff --git a/system/controllers/plan.php b/system/controllers/plan.php index 68adcffd..71dec1f0 100644 --- a/system/controllers/plan.php +++ b/system/controllers/plan.php @@ -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; diff --git a/version.json b/version.json index daf815f0..a3b0c348 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "2024.4.30" + "version": "2024.5.1" } \ No newline at end of file