I only altered the admin section, not the includes/functions/html_ouput.php
What could be the security error then?
Your help is very much appreciated!
I only altered the admin section, not the includes/functions/html_ouput.php
What could be the security error then?
Your help is very much appreciated!
Hi,
The first place you need to check is your
includes/functions/sessions.php file.
Can you confirm that at around line 109 you have
PHP Code:if (!isset($_SESSION['securityToken'])) {
$_SESSION['securityToken'] = md5(uniqid(rand(), true));
}
No I don't have that php code in sessions.php file, I did a search for it. Should I add it?
I think something went wrong when I renamed the admin folders. I also changed the configure.php file. Was there something else that I'm missing?