aboutsummaryrefslogtreecommitdiff
path: root/subscribe.php
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2024-04-15 18:37:41 +0200
committerarf20 <aruizfernandez05@gmail.com>2024-04-15 18:37:41 +0200
commit65f11e770ef7a7fdc138db9e10a03686f5d8dd8d (patch)
tree200bf660ed213c691b26678c1de2dceb7fc9582e /subscribe.php
parente89e2574c02f8bc893721aeaf705cb57de9489ee (diff)
downloadarfnet2-lists-65f11e770ef7a7fdc138db9e10a03686f5d8dd8d.tar.gz
arfnet2-lists-65f11e770ef7a7fdc138db9e10a03686f5d8dd8d.zip
PHP8 fixes
Diffstat (limited to 'subscribe.php')
-rw-r--r--subscribe.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/subscribe.php b/subscribe.php
index d944530..f60c15b 100644
--- a/subscribe.php
+++ b/subscribe.php
@@ -30,7 +30,6 @@ $domain = "arf20.com"
<form action="mlmmj.php" method="post">
<label>Email</label><br>
<input type="email" name="email">
- <span class="help-block"><?php echo $email_err; ?></span><br>
<input name="mailinglist" type="hidden" value="<?php echo $list."@".$domain; ?>">
<input name="job" type="hidden" value="subscribe">
<input name="redirect_failure" type="hidden" value="/error.html">
@@ -42,7 +41,6 @@ $domain = "arf20.com"
<form action="mlmmj.php" method="post">
<label>Email</label><br>
<input type="email" name="email">
- <span class="help-block"><?php echo $email_err; ?></span><br>
<input name="mailinglist" type="hidden" value="<?php echo $list."@".$domain; ?>">
<input name="job" type="hidden" value="unsubscribe">
<input name="redirect_failure" type="hidden" value="/error.html">