33941-vm/index.php
2025-09-11 10:05:52 +00:00

4 lines
72 B
PHP

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