mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 05:00:49 +08:00
fix php8 compatibility
This commit is contained in:
@@ -5,7 +5,7 @@ require_once(get_langfile_path());
|
||||
loggedinorreturn();
|
||||
parked();
|
||||
$id = 0 + $_GET["id"];
|
||||
$type = unesc($_GET["type"]);
|
||||
$type = unesc($_GET["type"] ?? '');
|
||||
|
||||
registration_check('invitesystem',true,false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user