moodle/search/index.php

8 lines
206 B
PHP

<?php
/* Entry page for /search
* Redirects to query.php, because that is the most likely place a
* user intended to go to when typing moodle.site/search
* */
header("Location: query.php");
?>