Changeset 3730:5c45a5df9a59 for plugins/fairTrackbacks/_public.php
- Timestamp:
- 03/08/18 17:58:39 (7 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/fairTrackbacks/_public.php
r2566 r3730 10 10 # 11 11 # -- END LICENSE BLOCK ----------------------------------------- 12 if (!defined('DC_RC_PATH')) { return;}12 if (!defined('DC_RC_PATH')) {return;} 13 13 14 14 if (DC_FAIRTRACKBACKS_FORCE) { 15 $__autoload['dcFilterFairTrackbacks'] = dirname(__FILE__).'/class.dc.filter.fairtrackbacks.php';16 $core->spamfilters[]= 'dcFilterFairTrackbacks';15 $__autoload['dcFilterFairTrackbacks'] = dirname(__FILE__) . '/class.dc.filter.fairtrackbacks.php'; 16 $core->spamfilters[] = 'dcFilterFairTrackbacks'; 17 17 }
Note: See TracChangeset
for help on using the changeset viewer.