Automatic installer.php lang files by installer_builder (20080623)
[moodle.git] / search / index.php
blob3bf5495bc8de2e1f6267681fdbb9dbd99d2e43fe
1 <?php
2 /* Entry page for /search
3 * Redirects to query.php, because that is the most likely place a
4 * user intended to go to when typing moodle.site/search
5 * */
7 header("Location: query.php");
8 ?>