mirror of
https://github.com/friendica/friendica
synced 2025-04-23 03:50:13 +00:00
installation issues
This commit is contained in:
parent
798c83b6aa
commit
82bd1ce3cb
3 changed files with 30 additions and 30 deletions
|
@ -28,7 +28,7 @@ class dba {
|
|||
if($install) {
|
||||
if(strlen($server) && ($server !== 'localhost') && ($server !== '127.0.0.1')) {
|
||||
if(! dns_get_record($server, DNS_A + DNS_CNAME + DNS_PTR)) {
|
||||
notice( sprintf( t('Cannot locate DNS info for database server \'%s\'',$server)));
|
||||
notice( sprintf( t('Cannot locate DNS info for database server \'%s\''), $server));
|
||||
$this->connected = false;
|
||||
$this->db = null;
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue