4 lines
67 B
PHP
Executable File
4 lines
67 B
PHP
Executable File
<?php
|
|
// Create custom 404 later.
|
|
header("Location: /../");
|
|
?>
|