Changeset 96484 in spip-zone
- Timestamp:
- Apr 6, 2016, 11:07:27 AM (5 years ago)
- Location:
- _plugins_/facteur/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/facteur/trunk/formulaires/configurer_facteur.php
r95477 r96484 50 50 // Source : http://www.d-sites.com/2008/10/09/regex-ipv4-et-ipv6/ 51 51 if (!preg_match($regexp_ip_valide,$h)){ // ce n'est pas une IP 52 if(!preg_match(';^([^.\s/?:]+[.]) {0,2}[^.\s/?:]+$;',$h)52 if(!preg_match(';^([^.\s/?:]+[.])*[^.\s/?:]+$;',$h) 53 53 OR gethostbyname($h)==$h) 54 54 $erreurs['facteur_smtp_host'] = _T('facteur:erreur_invalid_host'); -
_plugins_/facteur/trunk/paquet.xml
r96208 r96484 2 2 prefix="facteur" 3 3 categorie="communication" 4 version="3.3. 4"4 version="3.3.5" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.