5 lines
37 B
PHP
5 lines
37 B
PHP
|
<?
|
||
|
header("location: /");
|
||
|
exit;
|
||
|
?>
|