Lines Matching refs:getConf
17 $client_ip = $_SERVER[$this->getConf('server_ip_key')];
19 if(!empty($this->getConf('extranet_ip_list'))) {
20 $restricted_ip_list = explode(',', $this->getConf('extranet_ip_list'));
28 if(!empty($this->getConf('extranet_ip_regex'))) {
29 preg_match($this->getConf('extranet_ip_regex'), $client_ip, $matches);
43 if(!empty($this->getConf('hide_regex'))) {
44 preg_match($this->getConf('hide_regex'), $ID, $matches);
52 if(!empty($this->getConf('hide_regex'))) {
53 preg_match($this->getConf('hide_regex'), $media, $matches);
61 if(!empty($this->getConf('disable_actions'))) {
63 …empty($conf['disableactions'])? $conf['disableactions'].',' : '').$this->getConf('disable_actions'…
80 if($this->getConf('preserve_first_title')) {
88 …$result .= $this->getConf('message_prefix').$this->getLang('hidden_message').$this->getConf('messa…
95 …$isMediaRestricted = $this->getConf('hide_files') && $this->_ismediarestrictedfromextranet($event-…