Changeset 2095:1fceb8fc56a6 for plugins/antispam
- Timestamp:
- 09/25/13 22:04:57 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/_prepend.php
r1179 r2095 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 12 if (!defined('DC_RC_PATH')) { return; } 13 14 global $__autoload, $core;15 13 16 14 $__autoload['dcSpamFilter'] = dirname(__FILE__).'/inc/class.dc.spamfilter.php'; … … 28 26 $core->url->register('spamfeed','spamfeed','^spamfeed/(.+)$',array('dcAntispamURL','spamFeed')); 29 27 $core->url->register('hamfeed','hamfeed','^hamfeed/(.+)$',array('dcAntispamURL','hamFeed')); 30 ?>
Note: See TracChangeset
for help on using the changeset viewer.