35109-vm/index.php
2025-10-22 13:28:04 +00:00

4 lines
88 B
PHP

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