36037-vm/index.php
Flatlogic Bot b6296eed55 Version 1
2025-11-22 17:18:03 +00:00

4 lines
72 B
PHP

<?php
// Redirect to the login page
header('Location: login.php');
exit;