Credo che l'errore sia qui. Ne apri tre e ne chiudi dueCodice PHP:If($password) { //Verify the credentials.
If($_POST['verify_password']==true) {
If(md5($_POST['check_password'])==$password_hash) {
setcookie("phUploader",$password_hash); sleep(1); //seems to help some people.
header("Location: [url="http://"][url]http://[/url][/url]".$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF']);
exit;
}
}


Rispondi quotando