Revert "Moved .htconfig.php file & extracted Install business logic"

This commit is contained in:
Tobias Diekershoff
2018-04-21 16:28:22 +02:00
committed by GitHub
parent afced187bc
commit f63be91bd5
22 changed files with 324 additions and 350 deletions

View File

@@ -38,7 +38,7 @@ if (substr($directory, 0, 1) != "/") {
}
$directory = realpath($directory."/..");
@include($directory."/config/.htconfig.php");
@include($directory."/.htconfig.php");
if (!isset($pidfile)) {
die('Please specify a pid file in the variable $pidfile in the .htconfig.php. For example:'."\n".