Initial commit with security patches

This commit is contained in:
mstfyldz
2026-02-22 17:08:48 +03:00
commit b44389a0a2
13 changed files with 1619 additions and 0 deletions

5
index.php Normal file
View File

@@ -0,0 +1,5 @@
<?php
// Redirect to login
header('Location: login.html');
exit;
?>