1
0
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:
Kalle Sommer Nielsen
2019-04-19 14:30:02 +03:00
parent e341f5895e
commit cdec537f81

View File

@@ -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