Changeset 2322:a75984c93a86 for plugins/antispam/filters
- Timestamp:
- 10/09/13 16:43:18 (12 years ago)
- Branch:
- default
- Location:
- plugins/antispam/filters
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/filters/class.dc.filter.ip.php
r2205 r2322 16 16 public $name = 'IP Filter'; 17 17 public $has_gui = true; 18 public $help = 'ip-filter'; 18 19 19 20 private $con; -
plugins/antispam/filters/class.dc.filter.iplookup.php
r2205 r2322 16 16 public $name = 'IP Lookup'; 17 17 public $has_gui = true; 18 public $help = 'iplookup-filter'; 18 19 19 20 private $default_bls = 'sbl-xbl.spamhaus.org , bsb.spamlookup.net'; -
plugins/antispam/filters/class.dc.filter.words.php
r2205 r2322 16 16 public $has_gui = true; 17 17 public $name = 'Bad Words'; 18 public $help = 'words-filter'; 18 19 19 20 private $con;
Note: See TracChangeset
for help on using the changeset viewer.