Changeset 94596 in spip-zone
- Timestamp:
- Jan 14, 2016, 5:45:49 PM (5 years ago)
- Location:
- _plugins_/fbantispam
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/fbantispam/fbantispam_pipelines.php
r94562 r94596 104 104 } 105 105 $type_captcha = lire_config('fbantispam/type_captcha'); 106 if ($type_captcha == 'copie' )106 if ($type_captcha == 'copie' || $type_captcha == '') 107 107 { 108 108 $cps = "$cp0" . "$cp1" . "$cp2" . "$cp3"; -
_plugins_/fbantispam/paquet.xml
r94562 r94596 2 2 prefix="fbantispam" 3 3 categorie="performance" 4 version="1.2. 0"4 version="1.2.1" 5 5 etat="test" 6 compatibilite="[ 2.0.0;3.0.*]"6 compatibilite="[3.0.0;3.1.*]" 7 7 logo="images/beos-stop-icone-8929-32.png" 8 8 documentation="http://contrib.spip.net/CAPTCHA-pour-forums" … … 13 13 14 14 <auteur lien="www.fbservices.fr">Fabio Bertagnin FBServices</auteur> 15 16 15 <copyright>2013-2016</copyright> 17 16 18 17 <licence lien="http://www.gnu.org/licenses/gpl-3.0.html">GPL 3</licence> 18 19 <necessite nom="saisies" compatibilite="[1.25.11;]"></necessite> 19 20 20 21 <pipeline nom="pre_edition" inclure="fbantispam_pipelines.php" /> … … 23 24 <pipeline nom="formulaire_verifier" inclure="fbantispam_pipelines.php" /> 24 25 <pipeline nom="formulaire_traiter" inclure="fbantispam_pipelines.php" /> 26 27 <menu nom="fbantispam" titre="Configurer FB Antispam" parent="menu_configuration" icone="images/beos-stop-icone-8929-16.png" action="?exec=configurer_fbantispam" /> 25 28 </paquet>
Note: See TracChangeset
for help on using the changeset viewer.