fix compatibility with php8

This commit is contained in:
xiaomlove
2020-12-29 03:02:34 +08:00
parent 32d47b66c9
commit fe7489ef51
33 changed files with 249 additions and 212 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ function bark($msg) {
if (!mkglobal("id"))
bark($lang_fastdelete['std_missing_form_data']);
$id = 0 + $id;
$id = $id ?? 0;
int_check($id);
$sure = $_GET["sure"];