2011-04-17, 01:25:12
Hi, I wanted to give Get-Simple a try, but I keep getting the "CSRF detected!" message when I try to do edit, or create anything.
Debug mode does not help.
I took a quick look to the code and well
This allways fail, those condition just never succeed
I'm trying to use this in sourceforge (if this help at all).
Debug mode does not help.
I took a quick look to the code and well
Code:
function check_nonce($nonce, $action, $file = ""){
return ( $nonce === get_nonce($action, $file) || $nonce === get_nonce($action, $file, true) );
}
This allways fail, those condition just never succeed
I'm trying to use this in sourceforge (if this help at all).