prevent nun-configured node due copying htconfig.php files
This commit is contained in:
parent
6dc6581aca
commit
1cd18b6bf9
|
@ -2,6 +2,11 @@
|
||||||
|
|
||||||
// If automatic system installation fails:
|
// 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
|
// Copy or rename this file to .htconfig.php
|
||||||
|
|
||||||
// Why .htconfig.php? Because it contains sensitive information which could
|
// Why .htconfig.php? Because it contains sensitive information which could
|
||||||
|
|
Loading…
Reference in a new issue