File "index.php"
Full Path: C:/wamp64/www/Identifica_Piku/index.php
File size: 163 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: login.php");
exit();