3 lines
51 B
PHP
3 lines
51 B
PHP
|
<?php
|
||
|
// Redirect
|
||
|
header('Location: ' . 'public/');
|