I just installed version 1.0.4 to vb version 3.0.6, and got this:
Parse error: parse error in /var/www/html/includes/functions.php on line 2013
Fatal error: Call to undefined function: is_browser() in /var/www/html/global.php on line 57
line 2013 in the functions file is:
PHP Code:
$debughtml .= " (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')'?')=== false, '?', '?','?','?','?','?','&') . "tempusage=1\">Template Usage</a>) (<a href=\"" . htmlspecialchars_uni(SCRIPTPATH) . iif(strpos(SCRIPTPATH, '?') '?')'?')'?')'?')'?')=== false, '?', '?','?','?','?','?','&') . "explain=1\">Explain</a>)<br />\n";
and line 57 in the global file is:
PHP Code:
if ((is_browser('ie', 5) AND !is_browser('mac')) OR is_browser('mozilla') OR is_browser('firebird') OR is_browser('opera', 7) OR is_browser('webkit') OR is_browser('konqueror', 3.2))
Neither of these lines is affected by the hack, so what happened?