Home
last modified time | relevance | path

Searched +full:blacklist +(+path:plugin +path:autotweet2) -(+path:plugin +path:autotweet2 +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/autotweet2/
H A Daction.php35 // Check the blacklist
36 $blacklist = '|' . $this->getConf('blacklist') . '|';
38 if (strpos($blacklist, '|' . $savingid . '|') !== FALSE) return;
/plugin/autotweet2/conf/
H A Ddefault.php10 $conf['blacklist'] = '';
H A Dmetadata.php10 $meta['blacklist'] = array('string');