first commit

This commit is contained in:
2025-11-11 17:00:02 +01:00
commit 921a74bbe2
549 changed files with 59325 additions and 0 deletions

4
index.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
// Redirect to the public directory for proper routing
header('Location: public/index.php');
exit;