mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
5 lines
116 B
PHP
5 lines
116 B
PHP
<?php
|
|
|
|
require('../config.php');
|
|
$PAGE->set_url('/calendar/view.php');
|
|
redirect($CFG->wwwroot.'/calendar/view.php'); |