4 lines
36 B
PHP
Raw Permalink Normal View History

2016-10-11 22:59:58 +03:00
<?php
header('Location:/');
exit;
?>