Changeset 2567:6c11245cbf04 for plugins/antispam
- Timestamp:
- 11/17/13 20:30:21 (12 years ago)
- Branch:
- default
- Parents:
- 2564:c8bf313d697e (diff), 2566:9bf417837888 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - Location:
- plugins/antispam
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/filters/class.dc.filter.linkslookup.php
r2524 r2567 74 74 } 75 75 } 76 ?> -
plugins/antispam/filters/class.dc.filter.linkslookup.php
r2566 r2567 48 48 49 49 $i = count($domain_elem) - 1; 50 if ($i == 0) { 51 // "domain" is 1 word long, don't check it 52 return null; 53 } 50 54 $host = $domain_elem[$i]; 51 55 do -
plugins/antispam/index.php
r2566 r2567 117 117 echo 118 118 dcPage::jsLoad('js/jquery/jquery-ui.custom.js'). 119 dcPage::jsLoad('js/jquery/jquery.ui.touch-punch.js'). 119 120 dcPage::jsLoad('index.php?pf=antispam/antispam.js'); 120 121 }
Note: See TracChangeset
for help on using the changeset viewer.