Topic: Keep getting "CSRF detected!"
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
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).
Download


