mirror of
https://github.com/friendica/friendica
synced 2025-04-28 13:04:23 +02:00
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
|
@ -56,7 +56,7 @@ HELP;
|
|||
throw new \Asika\SimpleConsole\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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue