mirror of
https://github.com/moodle/moodle.git
synced 2025-02-19 07:41:02 +01:00
5 lines
416 B
PHP
5 lines
416 B
PHP
<?php // $Id$
|
|
// just a link to course report
|
|
$ADMIN->add('reports', new admin_externalpage('reportlog', get_string('log', 'admin'), "$CFG->wwwroot/course/report/log/index.php?id=".SITEID, 'coursereport/log:view'));
|
|
$ADMIN->add('reports', new admin_externalpage('reportloglive', get_string('loglive', 'coursereport_log'), "$CFG->wwwroot/course/report/log/indexlive.php?id=".SITEID, 'coursereport/log:viewlive'));
|
|
?>
|