Revert "Moved .htconfig.php file & extracted Install business logic"
This commit is contained in:
committed by
GitHub
parent
afced187bc
commit
f63be91bd5
@@ -92,7 +92,7 @@ HELP;
|
||||
throw new CommandArgsException('Too many arguments');
|
||||
}
|
||||
|
||||
require_once 'config/.htconfig.php';
|
||||
require_once '.htconfig.php';
|
||||
$result = dba::connect($db_host, $db_user, $db_pass, $db_data);
|
||||
unset($db_host, $db_user, $db_pass, $db_data);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user