mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-16 05:50:55 +08:00
keep some default value be integer 2
This commit is contained in:
@@ -15,7 +15,7 @@ function bark($msg) {
|
||||
if (!mkglobal("id"))
|
||||
bark($lang_fastdelete['std_missing_form_data']);
|
||||
|
||||
$id = $id ?? 0;
|
||||
$id = intval($id ?? 0);
|
||||
int_check($id);
|
||||
$sure = $_GET["sure"];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user