moodle/calendar/index.php
2008-02-27 06:14:24 +00:00

8 lines
100 B
PHP

<?php // %Id%
require('../config.php');
redirect($CFG->wwwroot.'/calendar/view.php');
?>