From 1cd18b6bf967c3c5c1e36e77d225b4cb33e7f625 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 29 Mar 2018 11:40:45 +0200 Subject: [PATCH 1/2] prevent nun-configured node due copying htconfig.php files --- htconfig.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htconfig.php b/htconfig.php index 1661dd30ed..1b6745938c 100644 --- a/htconfig.php +++ b/htconfig.php @@ -2,6 +2,11 @@ // If automatic system installation fails: + +die('The configuration done manually contains some mistakes. Please have a look at your .htconfig.php file.'); +// If you are doing the configuration manually, please remove the line above + + // Copy or rename this file to .htconfig.php // Why .htconfig.php? Because it contains sensitive information which could From 2cc2b886b2ddd5a565bd52a265667f554a4b20be Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 29 Mar 2018 11:49:40 +0200 Subject: [PATCH 2/2] little wording change --- htconfig.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htconfig.php b/htconfig.php index 1b6745938c..f4ea4d295e 100644 --- a/htconfig.php +++ b/htconfig.php @@ -3,7 +3,7 @@ // If automatic system installation fails: -die('The configuration done manually contains some mistakes. Please have a look at your .htconfig.php file.'); +die('The configuration you did manually contains some mistakes. Please have a look at your .htconfig.php file.'); // If you are doing the configuration manually, please remove the line above