--- a/busui/common.inc.php +++ b/busui/common.inc.php @@ -8,8 +8,6 @@ // you have to open the session to be able to modify or remove it session_start(); - - function isDebug() { return $_SERVER['SERVER_NAME'] == "10.0.1.154" || $_SERVER['SERVER_NAME'] == "localhost" || $_SERVER['SERVER_NAME'] == "127.0.0.1" || !$_SERVER['SERVER_NAME']; @@ -393,5 +391,3 @@ return implode(", ",$pointNames); } ?> - -