4 lines
88 B
PHP
4 lines
88 B
PHP
<?php
|
|
// Redirect to the main application page
|
|
header('Location: vehicles.php');
|
|
exit(); |