Quote:
Parse error: parse error, unexpected '<' in /home/XXXXX/public_html/forums/admincp/global.php(185) : eval()'d code on line 1
|
I get the above error....at the bottom of the global.php file the line that is included is :
($hook = vBulletinHook::fetch_hook('admin_global')) ? eval($hook) : false;
If I comment out this line, no issues, however the hack ofcourse is not seen as installed..
Any suggestions?