Security cleanup: remove Docker files, test pages, SQL backup; fix admin password
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
session_start();
|
||||
|
||||
// Basic authentication - REPLACE WITH PROPER AUTH IN PRODUCTION
|
||||
$AUTH_PASSWORD = 'admin123'; // Change this!
|
||||
$AUTH_PASSWORD = '6JASrjTkN77yyHslZhku6pDv'; // Change this!
|
||||
|
||||
if (!isset($_SESSION['authenticated']) || $_SESSION['authenticated'] !== true) {
|
||||
if ($_SERVER['REQUEST_METHOD'] === 'POST' && isset($_POST['password'])) {
|
||||
|
||||
Reference in New Issue
Block a user