added spaces, removed parentheses. there is more ahead than just this one.

Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-03-25 12:43:07 +01:00
parent 566cfb8418
commit 689b81171e
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 6 additions and 6 deletions

View File

@ -37,7 +37,7 @@ $install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false
// Only load config if found, don't surpress errors // Only load config if found, don't surpress errors
if (!$install) { if (!$install) {
include(".htconfig.php"); include ".htconfig.php";
} }
/** /**
@ -46,7 +46,7 @@ if (!$install) {
* *
*/ */
require_once("include/dba.php"); require_once "include/dba.php";
if (!$install) { if (!$install) {
$db = new dba($db_host, $db_user, $db_pass, $db_data, $install); $db = new dba($db_host, $db_user, $db_pass, $db_data, $install);