From 8a45de50839f8270c553e3a80a95e2995221fadb Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Tue, 26 Jul 2022 13:09:01 +0200 Subject: [PATCH] approotdir must not be writable --- public_html/check-config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public_html/check-config.php b/public_html/check-config.php index ee675a30..38a1c0af 100644 --- a/public_html/check-config.php +++ b/public_html/check-config.php @@ -152,7 +152,7 @@ if (!isset($aConfig) || !is_array($aConfig)) { // ---------------------------------------------------------------------- echo '<h2>Check keys with directories</h2>'; foreach (array( - 'appRootDir', + // 'appRootDir', 'configDir', 'workDir', 'dataDir', -- GitLab