MDL-21868 mssql generator - improve integer meta type detection
[moodle.git] / search / index.php
blob089688c965944b559415b11912dc37c450bca90c
1 <?php
2 /**
3 * Global Search Engine for Moodle
5 * @package search
6 * @category core
7 * @subpackage search_engine
8 * @author Michael Champanis (mchampan) [cynnical@gmail.com], Valery Fremaux [valery.fremaux@club-internet.fr] > 1.8
9 * @date 2008/03/31
10 * @license http://www.gnu.org/copyleft/gpl.html GNU Public License
12 * Entry page for /search
13 * Redirects to query.php, because that is the most likely place a
14 * user intended to go to when typing moodle.site/search
17 header("Location: query.php");