mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 11:27:24 +08:00
fix array
This commit is contained in:
+1
-1
@@ -8,7 +8,7 @@ if (get_user_class() < $forummanage_class)
|
||||
|
||||
//Presets
|
||||
$act = $_GET['action'] ?? '';
|
||||
$id = $_GET['id'] ?? 0;
|
||||
$id = intval($_GET['id'] ?? 0);
|
||||
$PHP_SELF = $_SERVER['PHP_SELF'];
|
||||
$user = $CURUSER;
|
||||
$prefix = '';
|
||||
|
||||
Reference in New Issue
Block a user