-
Bug
-
Resolution: Fixed
-
Minor
-
3.0.6, 3.1.2
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MOODLE_30_STABLE, MOODLE_31_STABLE
-
MDL-56726-master-cfgadmin -
While peer-reviewing MDL-53945 I spotted three more non-mnet places where we incorrectly include scripts from /admin without respecting $CFG->admin.
admin/tool/monitor/index.php:require_once($CFG->dirroot . '/admin/tool/monitor/lib.php');
|
theme/boost/tests/behat/behat_theme_boost_behat_admin.php:require_once(__DIR__ . '/../../../../admin/tests/behat/behat_admin.php');
|
theme/boost/classes/output/core/admin_renderer.php:require_once($CFG->dirroot . '/admin/renderer.php');
|
|