mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
4 lines
216 B
PHP
4 lines
216 B
PHP
<?php // $Id$
|
|
// 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'));
|
|
?>
|