[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <?php 2 3 require_once("../../config.php"); 4 5 $id = required_param('id', PARAM_INT); 6 7 // Rest in peace old assignment! 8 redirect(new moodle_url('/mod/assign/index.php', array('id' => $id)));
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |