module-search/search/index.php

4 lines
36 B
PHP
Raw Normal View History

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