Collections/index.php
2025-11-11 17:00:02 +01:00

5 lines
105 B
PHP

<?php
// Redirect to the public directory for proper routing
header('Location: public/index.php');
exit;