Changeset 2122:0c599fc3d6a4 for plugins/antispam
- Timestamp:
- 09/27/13 23:01:31 (12 years ago)
- Branch:
- default
- Location:
- plugins/antispam
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/antispam/filters/class.dc.filter.iplookup.php
r2121 r2122 76 76 77 77 $res .= 78 '<p><a href="plugin.php?p=antispam" class="back">'.__('Back to filters list').'</a></p>'.79 78 '<form action="'.html::escapeURL($url).'" method="post" class="fieldset">'. 80 79 '<h3>' . __('IP Lookup servers') . '</h3>'. -
plugins/antispam/index.php
r2002 r2122 130 130 )); 131 131 132 echo '<p><a href="plugin.php?p=antispam" class="back">'.__('Back to filters list').'</a></p>'; 133 132 134 echo $filter_gui; 133 135 }
Note: See TracChangeset
for help on using the changeset viewer.