Small wording change in ip-info/index.php
This commit is contained in:
parent
0ce04f3889
commit
b09fa5bfae
|
@ -23,7 +23,7 @@
|
|||
$client_ip = $_SERVER['REMOTE_ADDR'];
|
||||
$client_hostname = gethostbyaddr($_SERVER['REMOTE_ADDR']);
|
||||
|
||||
echo "<p>IP: $client_ip</p>";
|
||||
echo "<p>IP Address: $client_ip</p>";
|
||||
echo "<p>Hostname: $client_hostname</p>";
|
||||
?>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue