mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
5 lines
146 B
PHP
5 lines
146 B
PHP
<?php
|
|
|
|
require('../config.php');
|
|
$PAGE->set_url(new moodle_url($CFG->wwwroot.'/calendar/view.php'));
|
|
redirect($CFG->wwwroot.'/calendar/view.php'); |