4 lines
36 B
PHP
Raw Normal View History

2016-05-28 23:56:07 +03:00
<?php
header('Location:/');
exit;
?>