Small wording change in ip-info/index.php

This commit is contained in:
Primrose 2022-11-19 23:37:09 -05:00
parent 0ce04f3889
commit b09fa5bfae

View file

@ -23,7 +23,7 @@
$client_ip = $_SERVER['REMOTE_ADDR']; $client_ip = $_SERVER['REMOTE_ADDR'];
$client_hostname = gethostbyaddr($_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>"; echo "<p>Hostname: $client_hostname</p>";
?> ?>
</div> </div>