mirror of
https://github.com/moodle/moodle.git
synced 2025-01-20 15:08:32 +01:00
2c5c3e62a7
This is a sort of "dummy" activity that allows HTML to be placed anywhere in the course sections ...
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");
|
|
|
|
?>
|