mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-17465 - separate live log capability adn admin tree link
This commit is contained in:
parent
c25cedf2a5
commit
e0f81e94a6
10 changed files with 68 additions and 12 deletions
|
@ -1,4 +1,5 @@
|
|||
<?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'));
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue