Initialize $code

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

View File

@ -25,7 +25,7 @@
$str = str_replace("\r", '', $str);
return $str;
}
$err = $email = $code_err = '';
$err = $email = $code = $code_err = '';
if (!empty($_GET['action']))
if (!empty($_GET['email']))
if (filter_var(sanitize($_GET['email']), FILTER_VALIDATE_EMAIL))