mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-14 12:30:49 +08:00
warning fix
This commit is contained in:
@@ -16,7 +16,7 @@ function bark($msg) {
|
||||
exit;
|
||||
}
|
||||
|
||||
$type = $_POST['type'];
|
||||
$type = $_POST['type'] ?? '';
|
||||
if ($type == 'invite'){
|
||||
registration_check();
|
||||
failedloginscheck ("Invite Signup");
|
||||
|
||||
Reference in New Issue
Block a user