Merge branch 'MDL-35155-27' of git://github.com/danpoltawski/moodle into MOODLE_27_STABLE
[moodle.git] / calendar / index.php
blobba009f8bbf8ef74064594663a424f92ff048c59e
1 <?php
3 require('../config.php');
4 $PAGE->set_url('/calendar/view.php');
5 redirect($CFG->wwwroot.'/calendar/view.php');