4 lines
36 B
PHP
Raw Normal View History

<?php
header('Location:/');
exit;
?>