File "index.php"

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