From 59b1b7b198f1962fb0683001ff8b4419c1e7157b Mon Sep 17 00:00:00 2001 From: Vincent Rozenberg Date: Sun, 22 Sep 2024 12:27:09 +0200 Subject: [PATCH] Update index.php --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 8a183f9..386e350 100644 --- a/index.php +++ b/index.php @@ -2,7 +2,7 @@ session_start(); // Password protection -$password = 'geheim'; // Replace with your desired password +$password = 'secret'; // Replace with your desired password $is_authenticated = isset($_SESSION['authenticated']) && $_SESSION['authenticated'] === true; // Logout mechanism