. /** * Contains settings that the user can customize for the plugin * * @package report_overviewstats * @category admin * @author DualCube * @copyright 2023 DualCube * @copyright based on work by 2013 David Mudrak * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ defined('MOODLE_INTERNAL') || die(); $ADMIN->add('reports', new admin_externalpage('overviewstats', get_string('pluginname', 'report_overviewstats'), $CFG->wwwroot . '/report/overviewstats/index.php', 'report/overviewstats:view')); // No report settings. $settings = null;