4 lines
56 B
PHP
4 lines
56 B
PHP
<?php
|
|
header('Location: ../');
|
|
?>
|
|
You shouldn't be here.
|
<?php
|
|
header('Location: ../');
|
|
?>
|
|
You shouldn't be here.
|