mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
global search review and extension for physical files
This commit is contained in:
parent
cf0b12ac83
commit
2f338ab5b0
28 changed files with 3903 additions and 1485 deletions
|
@ -1,8 +1,9 @@
|
|||
<?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
|
||||
* */
|
||||
/*
|
||||
* 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");
|
||||
header("Location: query.php");
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue