mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
9 lines
261 B
PHP
9 lines
261 B
PHP
|
<?php
|
||
|
|
||
|
defined('MOODLE_INTERNAL') || die;
|
||
|
|
||
|
$ADMIN->add('reports', new admin_externalpage('reportsecurity', get_string('pluginname', 'report_security'), "$CFG->wwwroot/report/security/index.php",'report/security:view'));
|
||
|
|
||
|
// no report settings
|
||
|
$settings = null;
|