Files
comment/templates/index.php
2025-12-15 07:48:07 +05:00

4 lines
36 B
PHP

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