Security cleanup: remove Docker files, test pages, SQL backup; fix admin password

This commit is contained in:
root
2026-02-08 21:00:46 +00:00
parent 74606d6355
commit 57ea74ed38
10 changed files with 1 additions and 1317 deletions

View File

@@ -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'])) {