Moved .htconfig file
Extracted install business functions to new Class `Install.php`
This commit is contained in:
parent
fa7bed8929
commit
346697d771
22 changed files with 350 additions and 324 deletions
|
|
@ -29,7 +29,7 @@ require_once "include/dba.php";
|
|||
$a = new App(dirname(__DIR__));
|
||||
BaseObject::setApp($a);
|
||||
|
||||
require_once ".htconfig.php";
|
||||
require_once "config/.htconfig.php";
|
||||
dba::connect($db_host, $db_user, $db_pass, $db_data);
|
||||
unset($db_host, $db_user, $db_pass, $db_data);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue