. /** * Adds this plugin to the admin menu. * * @package tool_assignmentupgrade * @copyright 2012 NetSpot * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die; if ($hassiteconfig) { // Needs this condition or there is error on login page. $ADMIN->add('root', new admin_externalpage('assignmentupgrade', get_string('pluginname', 'tool_assignmentupgrade'), new moodle_url('/admin/tool/assignmentupgrade/index.php'))); }