repo.or.cz
/
moodle-pu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
MDL-10870 Missed an instance of old nav in admin/lang.php
[moodle-pu.git]
/
grade
/
index.php
blob
c077ef08cd0af6dac726c5dd926c8f68371b136a
1
<
?php
//$Id$
2
3
/*
4
* Compatibility redirection to reports
5
*/
6
7
require
'../config.php'
;
8
9
$id
=
required_param
(
'id'
,
PARAM_INT
);
10
redirect
(
'report/index.php?id='
.
$id
);
11
12
?
>