4 lines
37 B
PHP
Raw Normal View History

2024-06-17 22:42:14 +10:00
<?php
header('Location: /');
exit;
?>