Changeset 106938 in spip-zone
- Timestamp:
- Oct 16, 2017, 9:37:26 AM (3 years ago)
- Location:
- _plugins_/motpasseexpirable
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/motpasseexpirable/motpasseexpirable_administrations.php
r101782 r106938 10 10 */ 11 11 12 if (!defined('_ECRIRE_INC_VERSION')) return; 12 if (!defined('_ECRIRE_INC_VERSION')) { 13 return; 14 } 13 15 14 16 -
_plugins_/motpasseexpirable/motpasseexpirable_pipelines.php
r101782 r106938 6 6 */ 7 7 8 if (!defined('_ECRIRE_INC_VERSION')) return; 8 if (!defined('_ECRIRE_INC_VERSION')) { 9 return; 10 } 9 11 10 12 -
_plugins_/motpasseexpirable/paquet.xml
r103720 r106938 2 2 prefix="motpasseexpirable" 3 3 categorie="auteur" 4 version="1.1. 0"4 version="1.1.1" 5 5 etat="stable" 6 compatibilite="[3.0.11;3. 1.*]"6 compatibilite="[3.0.11;3.2.*]" 7 7 logo="prive/themes/spip/images/motpasseexpirable-64.png" 8 8 documentation="https://contrib.spip.net/4425" … … 10 10 > 11 11 <nom>Mots de passe expirables</nom> 12 <auteur lien='http ://www.erational.org'>erational</auteur>12 <auteur lien='https://www.erational.org'>erational</auteur> 13 13 <licence>GNU/GPL</licence> 14 14
Note: See TracChangeset
for help on using the changeset viewer.