diff --git a/conf/config-path.php b/conf/config-path.php index 832f944..768e7d0 100644 --- a/conf/config-path.php +++ b/conf/config-path.php @@ -21,8 +21,6 @@ $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