File "index.php"

Full Path: C:/wamp64/www/RegistroEquipos/index.php
File size: 181 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
// Iniciar la sesión
session_start();

// Redirigir directamente a la página de login sin verificar la sesión
header('Location: frontend/login/inicioSesion.html');
exit();