From 81b704f3558b0ca8ee7017243d9aedc481905323 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 28 Mar 2022 17:43:14 +0200 Subject: [PATCH] Update config-path.php --- conf/config-path.php | 2 -- 1 file changed, 2 deletions(-) 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