mirror of
https://github.com/moodle/moodle.git
synced 2025-04-19 07:25:30 +02:00
Merge branch 'MDL-78431-401' of https://github.com/andrewnicols/moodle into MOODLE_401_STABLE
This commit is contained in:
commit
37a29f7950
@ -26,8 +26,9 @@
|
||||
// comment out when debugging or better look into error log!
|
||||
define('NO_DEBUG_DISPLAY', true);
|
||||
|
||||
require('../config.php');
|
||||
require_once("$CFG->dirroot/lib/configonlylib.php");
|
||||
// We need just the values from config.php and minlib.php.
|
||||
define('ABORT_AFTER_CONFIG', true);
|
||||
require('../config.php'); // This stops immediately at the beginning of lib/setup.php.
|
||||
require_once("$CFG->dirroot/lib/classes/requirejs.php");
|
||||
|
||||
$slashargument = min_get_slash_argument();
|
||||
|
Loading…
x
Reference in New Issue
Block a user