Revert "Moved .htconfig.php file & extracted Install business logic"
This commit is contained in:
committed by
GitHub
parent
afced187bc
commit
f63be91bd5
@@ -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".
|
||||
|
||||
Reference in New Issue
Block a user