5 lines
206 B
PHP
5 lines
206 B
PHP
<?php
|
|
|
|
// just a link to course report
|
|
$ADMIN->add('reports', new admin_externalpage('reportstats', get_string('stats', 'admin'), "$CFG->wwwroot/course/report/stats/index.php", 'coursereport/stats:view'));
|