Revert "Moved .htconfig.php file & extracted Install business logic"
This commit is contained in:
parent
afced187bc
commit
f63be91bd5
22 changed files with 324 additions and 350 deletions
|
@ -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".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue