We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e0d1cb commit 4fa549cCopy full SHA for 4fa549c
1 file changed
web/reset/mail/index.php
@@ -22,6 +22,7 @@
22
if ($ip == $_SERVER['SERVER_ADDR']) $ok=1;
23
if ($ip == '127.0.0.1') $ok=1;
24
if ($ok==0) exit;
25
+if (isset($_SERVER['HTTP_X_REAL_IP']) || isset($_SERVER['HTTP_X_FORWARDED_FOR'])) exit;
26
27
//
28
// sourceforge.net/projects/postfixadmin/
0 commit comments