mirror of
https://github.com/friendica/friendica
synced 2025-04-30 21:44:22 +02:00
fixing auto install tests
This commit is contained in:
parent
677cb205f5
commit
3a0664d827
5 changed files with 47 additions and 48 deletions
|
@ -166,8 +166,6 @@ HELP;
|
|||
}
|
||||
|
||||
$installer->createConfig($configCache);
|
||||
|
||||
return 1;
|
||||
}
|
||||
|
||||
$this->out(" Complete!\n\n");
|
||||
|
|
|
@ -142,8 +142,6 @@ class Installer
|
|||
|
||||
$url = $configCache->get('system', 'url');
|
||||
|
||||
print_r("URL - " . $url . PHP_EOL);
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate('local.config.tpl');
|
||||
$txt = Renderer::replaceMacros($tpl, [
|
||||
'$dbhost' => $configCache->get('database', 'hostname'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue