Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
New module: Label.
[moodle.git]
/
mod
/
label
/
index.php
1
<?PHP // $Id$
2
3
require_once("../../config.php");
4
require_once("lib.php");
5
6
require_variable($id); // course
7
8
redirect("$CFG->wwwroot/course/view.php?id=$id");
9
10
?>