Home
last modified time | relevance | path

Searched +full:apr_mail_receiver +(+path:plugin +path:publish) -(+path:plugin +path:publish +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/publish/conf/
H A Ddefault.php14 $conf['apr_mail_receiver'] = '';
H A Dmetadata.php14 $meta['apr_mail_receiver'] = array('string');
/plugin/publish/action/
H A Dbanner.php89 if ($this->getConf('apr_mail_receiver') !== '' && $INFO['isadmin']) {
90 $addr = $this->getConf('apr_mail_receiver');
H A Dmail.php59 if ($this->getConf('apr_mail_receiver') === '') {
64 $receiver = $this->getConf('apr_mail_receiver');