Update index.php
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
session_start();
|
session_start();
|
||||||
|
|
||||||
// Password protection
|
// Password protection
|
||||||
$password = 'geheim'; // Replace with your desired password
|
$password = 'secret'; // Replace with your desired password
|
||||||
$is_authenticated = isset($_SESSION['authenticated']) && $_SESSION['authenticated'] === true;
|
$is_authenticated = isset($_SESSION['authenticated']) && $_SESSION['authenticated'] === true;
|
||||||
|
|
||||||
// Logout mechanism
|
// Logout mechanism
|
||||||
|
|||||||
Reference in New Issue
Block a user