1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-30 05:22:35 +02:00
2005-10-17 07:59:47 +00:00

11 lines
196 B
PHP

<?php // $Id$
require_once("../../config.php");
require_once("lib.php");
$id = required_param('id',PARAM_INT); // course
redirect("$CFG->wwwroot/course/view.php?id=$id");
?>