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