<?php
// Main landing page redirect
header('Location: /admin/login.php');
exit();
?>