We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5e6f0d commit a5ebf87Copy full SHA for a5ebf87
lookup.php
@@ -98,7 +98,7 @@ function ip2int($ip) {
98
< For more details please contact <a href="http://madm.dfki.de/goldstein/" target="_BLANK">Markus Goldstein</a>.
99
</p>
100
<div align="center">
101
-<form method="get" action="<?php echo $PHP_SELF;?>">
+<form method="get" action="<?php echo $_SERVER['SCRIPT_NAME'];?>">
102
<font face="Arial" size="2"> IP Address: <input type="text" size="30" maxlength="15" name="ip" value="<?php print $ip; ?>"> </font><br />
103
<input type="submit" value="Find">
104
</form>
0 commit comments