mirror of
https://github.com/moodle/moodle.git
synced 2025-08-02 23:59:41 +02:00
MDL-69061 core: Require linkable_settings_page.php using $CFG->admin
This commit is contained in:
parent
e885801e58
commit
5804180e20
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ require_once($CFG->libdir.'/messagelib.php');
|
|||
// Add classes, traits, and interfaces which should be autoloaded.
|
||||
// The autoloader is configured late in setup.php, after ABORT_AFTER_CONFIG.
|
||||
// This is also required where the setup system is not included at all.
|
||||
require_once($CFG->dirroot.'/admin/classes/local/settings/linkable_settings_page.php');
|
||||
require_once($CFG->dirroot.'/'.$CFG->admin.'/classes/local/settings/linkable_settings_page.php');
|
||||
|
||||
define('INSECURE_DATAROOT_WARNING', 1);
|
||||
define('INSECURE_DATAROOT_ERROR', 2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue