Fix. Load Message class (#2585)
Fix. Use correct way to get text message. Fix. Use `Database Username` to create database if no `Create Database Username` specified.
This commit is contained in:
committed by
FusionPBX
parent
dbf3d7ab08
commit
a75d89ef73
@@ -194,10 +194,6 @@ require_once "root.php";
|
||||
$this->$o_key = $value;
|
||||
}
|
||||
}
|
||||
if($this->_db_create== 1) {
|
||||
if (strlen($this->_db_create_username)==0) $this->_db_create_username='root';
|
||||
if (strlen($this->_db_create_password)==0) $this->_db_password;
|
||||
}
|
||||
if (strlen($this->_db_port) == 0) { $this->_db_port = "5432"; }
|
||||
|
||||
// domain info
|
||||
|
||||
Reference in New Issue
Block a user