Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CSRF magic
#1
how do i disable this it is pissing me of everytime i login i get a msg saying possible csrf attack and i have my cookies enabled !!!!
Reply
#2
Odd. You can disable CSRF Magic, but this will also disable CSRF protection.

Look for this line in compiler.php (should on or around line 14):
PHP Code:
require_once("csrf-magic.php"); 

Comment it out so it looks like:
PHP Code:
//require_once("csrf-magic.php"); 
Kevin Mark - TheHostingTool Lead Developer
Reply
#3
I or that message when I stuffed up a theme I then went to change the theme and kept getting that. So I deleted and reinstalled as I hadn done much
Reply
#4
ok cheers and its not the theme cause it works from other computers
Reply
#5
Google chrome by any chance
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)