We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4c94dc commit dd38ff0Copy full SHA for dd38ff0
index.php
@@ -31,15 +31,15 @@
31
* @license https://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
32
*/
33
34
-putenv('LC_ALL=en_GB.utf-8');
35
-
36
require_once(dirname(dirname(dirname(dirname(__FILE__)))).'/config.php');
37
require_once($CFG->dirroot.'/admin/tool/moodlebox/forms.php');
38
require_once($CFG->libdir.'/moodlelib.php');
39
require_once($CFG->libdir.'/adminlib.php');
40
require_once($CFG->libdir.'/tablelib.php');
41
require_once(dirname(__FILE__).'/version.php');
42
+putenv('LC_ALL=en_GB.utf-8');
+
43
admin_externalpage_setup('tool_moodlebox');
44
45
$PAGE->set_context(context_system::instance());
0 commit comments