From 1cd18b6bf967c3c5c1e36e77d225b4cb33e7f625 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 29 Mar 2018 11:40:45 +0200 Subject: [PATCH] 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 1661dd30e..1b6745938 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