Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
MDL-29509 move qeupgradehelper to admin tools
[moodle.git]
/
admin
/
report
/
stats
/
settings.php
1
<?php
2
3
defined('MOODLE_INTERNAL') || die;
4
5
// just a link to course report
6
$ADMIN->add('reports', new admin_externalpage('reportstats', get_string('stats', 'admin'), "$CFG->wwwroot/course/report/stats/index.php", 'coursereport/stats:view'));