Moved .htconfig file

Extracted install business functions to new Class `Install.php`
This commit is contained in:
Philipp Holzer
2018-04-21 14:10:53 +02:00
parent fa7bed8929
commit 346697d771
22 changed files with 350 additions and 324 deletions
+1 -1
View File
@@ -92,7 +92,7 @@ HELP;
throw new CommandArgsException('Too many arguments');
}
require_once '.htconfig.php';
require_once 'config/.htconfig.php';
$result = dba::connect($db_host, $db_user, $db_pass, $db_data);
unset($db_host, $db_user, $db_pass, $db_data);