1
0
Fork 0

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:
Roland Häder 2017-10-11 22:21:35 +02:00
commit 7a29944836
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
2 changed files with 3 additions and 3 deletions

View file

@ -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".