3 lines
47 B
PHP
3 lines
47 B
PHP
|
<?php
|
||
|
header('Location: ../', true, 302);
|
||
|
?>
|