Moved .htconfig file

Extracted install business functions to new Class `Install.php`
This commit is contained in:
Philipp Holzer 2018-04-21 14:10:53 +02:00
parent fa7bed8929
commit 346697d771
22 changed files with 350 additions and 324 deletions

View file

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