Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
NOBUG standardising prevention of output buffering
[moodle.git]
/
admin
/
report
/
configlog
/
settings.php
Commit
Line
Data
244bb396
1
<?php
d6bc965b
2
dbf9e4ba
PS
3
defined('MOODLE_INTERNAL') || die;
4
d6bc965b
5
$ADMIN->add('reports', new admin_externalpage('reportconfiglog', get_string('configlog', 'report_configlog'), "$CFG->wwwroot/$CFG->admin/report/configlog/index.php"));