repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-10680:
[moodle-linuxchix.git]
/
search
/
index.php
blob
264892e33df34b4a8269cc34d4244b8a2f24779c
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
**/
7
8
header
(
"Location: query.php"
);
9
?
>