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:
parent
3d418dc1fd
commit
7a29944836
2 changed files with 3 additions and 3 deletions
|
@ -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".
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue