4 lines
38 B
PHP
4 lines
38 B
PHP
|
<?php
|
||
|
header("Location: /");
|
||
|
die();
|
||
|
?>
|