Files
quick-n-dirty/src/index.php
T

3 lines
47 B
PHP

<?php
header('Location: ../', true, 302);
?>