mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-23 19:37:23 +08:00
fix warning
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ require_once(get_langfile_path());
|
||||
require(get_langfile_path("",true));
|
||||
|
||||
$action = htmlspecialchars($_GET["action"]);
|
||||
$sub = htmlspecialchars($_GET["sub"]);
|
||||
$sub = htmlspecialchars($_GET["sub"] ?? '');
|
||||
$type = htmlspecialchars($_GET["type"]);
|
||||
|
||||
loggedinorreturn();
|
||||
|
||||
Reference in New Issue
Block a user