Update index.php

This commit is contained in:
2024-09-22 12:27:09 +02:00
committed by GitHub
parent 5f346d99bf
commit 59b1b7b198
+1 -1
View File
@@ -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