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:
parent
566cfb8418
commit
689b81171e
1 changed files with 6 additions and 6 deletions
|
@ -37,7 +37,7 @@ $install = ((file_exists('.htconfig.php') && filesize('.htconfig.php')) ? false
|
|||
|
||||
// Only load config if found, don't surpress errors
|
||||
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) {
|
||||
$db = new dba($db_host, $db_user, $db_pass, $db_data, $install);
|
||||
|
|
Loading…
Reference in a new issue