moodle/mod/label/index.php
moodler 2c5c3e62a7 New module: Label.
This is a sort of "dummy" activity that allows HTML to be placed
anywhere in the course sections ...
2003-09-14 12:30:09 +00:00

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");
?>