5 lines
105 B
PHP
Executable File
5 lines
105 B
PHP
Executable File
<?php
|
|
// Redirect to the public directory for proper routing
|
|
header('Location: public/index.php');
|
|
exit;
|