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
Merge branch 'MDL-62069-master' of git://github.com/bmbrands/moodle
[moodle.git]
/
calendar
/
index.php
blob
ba009f8bbf8ef74064594663a424f92ff048c59e
1
<
?php
2
3
require
(
'../config.php'
);
4
$PAGE
->
set_url
(
'/calendar/view.php'
);
5
redirect
(
$CFG
->
wwwroot
.
'/calendar/view.php'
);