mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-17 04:15:15 +02:00
contact search + sync to personal edition, installer db check + curl proxy
This commit is contained in:
parent
478f84d9f2
commit
1a1f9b296c
9 changed files with 64 additions and 18 deletions
|
@ -16,7 +16,7 @@ function install_post(&$a) {
|
|||
|
||||
$db = new dba($dbhost, $dbuser, $dbpass, $dbdata, $true);
|
||||
|
||||
if(! $db->getdb()) {
|
||||
if(mysqli_connect_errno()) {
|
||||
notice( t('Could not connect to database.') . EOL);
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue