Merge branch 'install_39_STABLE' of https://git.in.moodle.com/amosbot/moodle-install...
[moodle.git] / mod / assignment / index.php
blob9108cf69c0bd33bc9d07273e64b0715c3874be6f
1 <?php
3 require_once("../../config.php");
5 $id = required_param('id', PARAM_INT);
7 // Rest in peace old assignment!
8 redirect(new moodle_url('/mod/assign/index.php', array('id' => $id)));