Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* Website: http://www.mybboard.com * License: http://www.mybboard.com/eula.html *
|
* $Id$
| * $Id: online.php 934 2005-12-08 13:48:07Z chris $
|
*/ define("KILL_GLOBALS", 1);
| */ define("KILL_GLOBALS", 1);
|
Zeile 85 | Zeile 85 |
---|
} $ip = $mybb->input['ip']; $host = @gethostbyaddr($ip);
|
} $ip = $mybb->input['ip']; $host = @gethostbyaddr($ip);
|
| $ip = htmlspecialchars($ip);
|
if(!$host || $host == $ip) { error($lang->error_nohostname);
| if(!$host || $host == $ip) { error($lang->error_nohostname);
|