Skip to content

Commit a5ebf87

Browse files
committed
lookup.php version fix.
1 parent e5e6f0d commit a5ebf87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lookup.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ function ip2int($ip) {
9898
< For more details please contact <a href="http://madm.dfki.de/goldstein/" target="_BLANK">Markus Goldstein</a>.
9999
</p>
100100
<div align="center">
101-
<form method="get" action="<?php echo $PHP_SELF;?>">
101+
<form method="get" action="<?php echo $_SERVER['SCRIPT_NAME'];?>">
102102
<font face="Arial" size="2"> IP Address: <input type="text" size="30" maxlength="15" name="ip" value="<?php print $ip; ?>"> </font><br />
103103
<input type="submit" value="Find">
104104
</form>

0 commit comments

Comments
 (0)