Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-08-26 04:58:40 -04:00
parent 83527fd4a3
commit e4ef87a55e
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
mail($email, $subject, $message, $headers);
}
if ((empty($_GET['action']) && empty($code_err) || ($_GET['action'] != "sub" && $_GET['action'] != "unsub")) || !empty($err)) {
if ((empty($_GET['action']) && empty($code_err) || ($_GET['action'] != "sub" && $_GET['action'] != "unsub")) && !empty($err)) {
?>
<div class=h><h1 id=list>Mailing List</h1> <a aria-hidden=true href=#list>#list</a></div>