7 lines
289 B
PHP
7 lines
289 B
PHP
|
<?php
|
||
|
defined('MOODLE_INTERNAL') || die();
|
||
|
|
||
|
if ($hassiteconfig) { // Needs this condition or there is error on login page
|
||
|
$ADMIN->add('reports', new admin_externalpage('report_usergrades', get_string('pluginname', 'report_usergrades'), "$CFG->wwwroot/report/usergrades/index.php"));
|
||
|
}
|