mirror of
https://github.com/moodle/moodle.git
synced 2025-01-21 23:48:45 +01:00
11 lines
181 B
PHP
11 lines
181 B
PHP
|
<?PHP // $Id$
|
||
|
|
||
|
require_once("../../config.php");
|
||
|
require_once("lib.php");
|
||
|
|
||
|
require_variable($id); // course
|
||
|
|
||
|
redirect("$CFG->wwwroot/course/view.php?id=$id");
|
||
|
|
||
|
?>
|