Topic: Hard coded text

admin/users.php
message('The supplied IP address is not correctly formatted.');

moderate.php
message('The IP address is: '.$ip.'<br />The host name is: '.@gethostbyaddr($ip).'<br /><br /><a href="'.pun_link($pun_url['admin_users']).'?show_users='.$ip.'">Show more users for this IP</a>');

Re: Hard coded text

Fixed.

"Programming is like sex: one mistake and you have to support it for the rest of your life."