true]); header('location: admin.php'); } elseif (null !== $_POST['pwd']) { $pwd = $_POST['pwd']; if (password_verify($pwd, file_get_contents('data/admin_pwd'))) { setcookie('owe_admin', base64_encode($pwd), ['httponly' => true]); header('location: admin.php'); print("DER KEKS MÜSSTE GESETZT SEIN"); } else { print("Nope, falsch"); } } ?>
Neues Archiv: