diff options
Diffstat (limited to 'subscribe.php')
-rw-r--r-- | subscribe.php | 2 |
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"> |