Upload files to "/"

This commit is contained in:
2026-02-22 13:56:07 +00:00
parent ad6c1e751b
commit d684aa9974
5 changed files with 985 additions and 0 deletions

5
index.php Normal file
View File

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