repo.or.cz
/
moodle.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic installer.php lang files by installer_builder (20100914)
[moodle.git]
/
calendar
/
index.php
blob
53490cb018602971b0f77d07c5401c4d408088af
1
<
?php
// %Id%
2
3
require
(
'../config.php'
);
4
5
redirect
(
$CFG
->
wwwroot
.
'/calendar/view.php'
);
6
7
?
>