. /** * Plugin version info * * @package report_status * @copyright 2020 Brendan Heywood (brendan@catalyst-au.net) * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $ADMIN->add('reports', new admin_externalpage('reportstatus', get_string('pluginname', 'report_status'), "$CFG->wwwroot/report/status/index.php", 'report/status:view')); $settings = null;