repo.or.cz
/
moodle-pu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-10364 Added the showcalculations preference and re-factored preferences_form...
[moodle-pu.git]
/
search
/
index.php
blob
3bf5495bc8de2e1f6267681fdbb9dbd99d2e43fe
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
* */
6
7
header
(
"Location: query.php"
);
8
?
>