4 lines
36 B
PHP
4 lines
36 B
PHP
<?php
|
|
header('Location:/');
|
|
exit;
|
|
?>
|
<?php
|
|
header('Location:/');
|
|
exit;
|
|
?>
|