I removed the following code
PHP Code:
else if ($_POST['do'] AND ADMINHASH != $vbulletin->GPC['adminhash'])
{
print_cp_login(true);
}
from the file
admincp/global.php
Now I do not get the error. I am sure that code is there for something important. Can someone explain to me the implications of removing that bit of code from the admincp/global.php ?
Thanks.
--------------- Added [DATE]1231461540[/DATE] at [TIME]1231461540[/TIME] ---------------
by the way I updated to 3.8 gold today and still got the problem, after which i removed that code.