warning fix

This commit is contained in:
xiaomlove
2025-10-01 12:01:53 +07:00
parent e085d52679
commit 612e83744f
3 changed files with 4 additions and 4 deletions

View File

@@ -16,7 +16,7 @@ function bark($msg) {
exit;
}
$type = $_POST['type'];
$type = $_POST['type'] ?? '';
if ($type == 'invite'){
registration_check();
failedloginscheck ("Invite Signup");