3 lines
42 B
PHP
3 lines
42 B
PHP
|
|
<?php
|
||
|
|
header("Location: ../index.php");
|
||
|
|
?>
|