ajax.php
changeset 109 93ef7df77847
parent 91 8079b0288e8e
child 118 0c5efda996bf
--- a/ajax.php	Wed Aug 29 18:23:37 2007 -0400
+++ b/ajax.php	Wed Aug 29 23:35:06 2007 -0400
@@ -188,7 +188,7 @@
       if(!$session->get_permissions('mod_misc')) die('Go somewhere else for your reverse DNS info!');
       $ip = $_GET['ip'];
       $rdns = gethostbyaddr($ip);
-      if($rdns == $ip) echo 'Unable to get reverse DNS information. Perhaps the IP address does not exist anymore.';
+      if($rdns == $ip) echo 'Unable to get reverse DNS information. Perhaps the DNS server is down or the PTR record no longer exists.';
       else echo $rdns;
       break;
     case 'acljson':