Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git] / grade / index.php
blobc077ef08cd0af6dac726c5dd926c8f68371b136a
1 <?php //$Id$
3 /*
4 * Compatibility redirection to reports
5 */
7 require '../config.php';
9 $id = required_param('id', PARAM_INT);
10 redirect('report/index.php?id='.$id);