Fixes/cleanup:
- added missing curly braces (and some absent caused parser errors) - <include|require>[_once] are keywords, so don't use them as such - removed/added empty lines Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
@@ -38,7 +38,7 @@ if (substr($directory, 0, 1) != "/") {
|
||||
}
|
||||
$directory = realpath($directory."/..");
|
||||
|
||||
@include($directory."/.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