| | |
| | | |
| | | // check if virtual_transport must be changed |
| | | if ($this->is_update) { |
| | | $tmp = $this->db->queryOneRecord("SELECT * FROM ".$conf["mysql"]["database"].".server WHERE server_id = ".$conf['server_id']); |
| | | $tmp = $this->db->queryOneRecord("SELECT * FROM ?? WHERE server_id = ?", $conf["mysql"]["database"] . ".server", $conf['server_id']); |
| | | $ini_array = ini_to_array(stripslashes($tmp['config'])); |
| | | // ini_array needs not to be checked, because already done in update.php -> updateDbAndIni() |
| | | |
| | |
| | | copy('tpl/dovecot_fail2ban_jail.local.master','/etc/fail2ban/jail.local'); |
| | | */ |
| | | } |
| | | |
| | | public function configure_xmpp() { |
| | | parent::configure_xmpp(); |
| | | } |
| | | |
| | | } |
| | | |