. /* * @package course * @subpackage publish * @author Jerome Mouneyrac * @license http://www.gnu.org/copyleft/gpl.html GNU GPL * @copyright (C) 1999 onwards Martin Dougiamas http://dougiamas.com * * On this page the user selects where he wants to publish the course */ require('../../config.php'); $id = required_param('id', PARAM_INT); redirect(new moodle_url('/course/publish/index.php', ['id' => $id]));