4 lines
40 B
PHP
4 lines
40 B
PHP
|
<?php
|
||
|
header ("location: ../");
|
||
|
exit;
|
||
|
?>
|