Files
ibiza_sistema/index.php
Administrador Ibiza 5289fd4133 Primer version funcional
2025-12-29 23:37:11 -06:00

6 lines
62 B
PHP
Executable File

<?php
session_start();
header('Location: /login.php');
exit;