mirror of
https://github.com/php/web-php.git
synced 2026-03-23 23:02:13 +01:00
Remove dead code
This commit is contained in:
@@ -62,7 +62,6 @@ if (isset($_POST['maillist'])) {
|
||||
if ($request != "subscribe" && $request != "unsubscribe") {
|
||||
$request = "subscribe";
|
||||
}
|
||||
$sub = str_replace("@", "=", $_POST['email']);
|
||||
$remote_addr = i2c_realip();
|
||||
|
||||
// Get in contact with master server to [un]subscribe the user
|
||||
|
||||
Reference in New Issue
Block a user