
Originally Posted by
Merlinpa1969
to be able to access the admin replace the includes/functions/sessions.php with one from 1.3.7

Originally Posted by
Kayla
Bugger. I get "illegal access" when I replace that file.
If you're using v1.3 files on v1.2.x, you'll have to comment-out these lines from the top of the file ... otherwise the built-in security will block you:
Code:
if (!defined('IS_ADMIN_FLAG')) {
die('Illegal Access');
}
Those lines are used to prevent people from hacking around in the server and doing things you don't want them to do. But it only works on v1.3 and up.