36247-vm/index.php
Flatlogic Bot f0947adeb2 version1
2025-11-25 08:03:40 +00:00

6 lines
145 B
PHP

<?php
// This is the main entry point of the application.
// It will redirect the user to the login page.
header("Location: login.php");
exit;
?>