mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
5 lines
227 B
PHP
5 lines
227 B
PHP
|
<?php // $Id$
|
||
|
if (!empty($CFG->enablestats)) {
|
||
|
$ADMIN->add('reports', new admin_externalpage('reportstats', get_string('stats', 'admin'), "$CFG->wwwroot/$CFG->admin/report/stats/index.php",'moodle/site:viewreports'));
|
||
|
}
|
||
|
?>
|