2009-11-01 10:42:45 +00:00
|
|
|
<?php
|
|
|
|
|
2010-07-13 13:56:55 +00:00
|
|
|
defined('MOODLE_INTERNAL') || die;
|
|
|
|
|
2008-11-29 14:22:10 +00:00
|
|
|
// 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'));
|
2008-11-29 16:15:40 +00:00
|
|
|
$ADMIN->add('reports', new admin_externalpage('reportloglive', get_string('loglive', 'coursereport_log'), "$CFG->wwwroot/course/report/log/indexlive.php?id=".SITEID, 'coursereport/log:viewlive'));
|