Primer version funcional

This commit is contained in:
Administrador Ibiza
2025-12-29 23:37:11 -06:00
commit 5289fd4133
294 changed files with 111418 additions and 0 deletions

5
index.php Executable file
View File

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