MDL-10680:
[moodle-linuxchix.git] / search / index.php
blob264892e33df34b4a8269cc34d4244b8a2f24779c
1 <?php
2 /*
3 * Entry page for /search
4 * Redirects to query.php, because that is the most likely place a
5 * user intended to go to when typing moodle.site/search
6 **/
8 header("Location: query.php");
9 ?>