From 3b16948fd1573fba3225e8218f0e69fd9c0b5b1d Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 21 Mar 2022 15:14:53 +0100 Subject: [PATCH] Update config-path.php --- conf/config-path.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/config-path.php b/conf/config-path.php index 768e7d0..832f944 100644 --- a/conf/config-path.php +++ b/conf/config-path.php @@ -21,6 +21,8 @@ $CFG->wwwroot = 'https://__DOMAIN____PATH__'; $CFG->dataroot = '__DATA_PATH__'; $CFG->admin = 'admin'; +$CFG->lang = '__LANGUAGE__'; + $CFG->directorypermissions = 02777; require_once(__DIR__ . '/lib/setup.php'); // Do not edit