mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 20:42:22 +02:00
Merge branch 'MDL-72163-master' of git://github.com/andrewnicols/moodle
This commit is contained in:
commit
24d0983142
@ -111,6 +111,11 @@ require_once($CFG->libdir.'/ddllib.php');
|
||||
require_once($CFG->libdir.'/xmlize.php');
|
||||
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');
|
||||
|
||||
define('INSECURE_DATAROOT_WARNING', 1);
|
||||
define('INSECURE_DATAROOT_ERROR', 2);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user