Password for database in config (server.xml) is not longer required.
This commit is contained in:
@ -42,7 +42,7 @@ class Config {
|
||||
* @return bool
|
||||
*/
|
||||
public function validate() {
|
||||
if (!$this->host || !$this->port || !$this->user || !$this->pass || !$this->name) {
|
||||
if (!$this->host || !$this->port || !$this->user || !$this->name) {
|
||||
return false;
|
||||
}
|
||||
if ($this->user === 'mysql_user' || $this->pass === 'mysql_password') {
|
||||
|
Reference in New Issue
Block a user