mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
keep some default value be integer 2
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ function bark($msg)
|
||||
exit;
|
||||
}
|
||||
|
||||
$id = $_GET["id"] ?? 0;
|
||||
$id = intval($_GET["id"] ?? 0);
|
||||
int_check($id,true);
|
||||
|
||||
if ($id != $CURUSER['id']){
|
||||
|
||||
Reference in New Issue
Block a user