mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
9 lines
240 B
PHP
9 lines
240 B
PHP
|
<?php
|
||
|
|
||
|
defined('MOODLE_INTERNAL') || die;
|
||
|
|
||
|
$ADMIN->add('reports', new admin_externalpage('reportconfiglog', get_string('configlog', 'report_configlog'), "$CFG->wwwroot/report/configlog/index.php"));
|
||
|
|
||
|
// no report settings
|
||
|
$settings = null;
|