<?php
// Redirect root requests to the existing homepage in INCLUDE/
header('Location: INCLUDE/index.php');
exit;
