mirror of
https://github.com/moodle/moodle.git
synced 2025-08-03 08:09:47 +02:00
7 lines
100 B
PHP
7 lines
100 B
PHP
<?php // %Id%
|
|
|
|
require('../config.php');
|
|
|
|
redirect($CFG->wwwroot.'/calendar/view.php');
|
|
|
|
?>
|