oopse pt 2

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-08-26 05:10:22 -04:00
parent 50492183b2
commit 4cee72cb27
Signed by untrusted user: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@
return $str;
}
$err = $email = $code_err = '';
if (empty($_GET['action']))
if (!empty($_GET['action']))
if (!empty($_GET['email']))
if (filter_var(sanitize($_GET['email']), FILTER_VALIDATE_EMAIL))
if (preg_match("/^" . preg_quote($_GET['email']) . "$/", file_get_contents("/var/spool/list")) !== 1)