reverse proxy fix

This commit is contained in:
Jake Jarvis
2012-05-01 11:41:32 -04:00
parent 35e149b4c2
commit a6fbc03c1f
+1 -1
View File
@@ -1 +1 @@
<?php header("Content-type: text/plain"); echo $_SERVER['REMOTE_ADDR']; ?>
<?php header("Content-type: text/plain"); echo $_SERVER['HTTP_X_FORWARDED_FOR']; ?>