Changeset 111127 in spip-zone
- Timestamp:
- Jul 14, 2018, 9:45:11 AM (3 years ago)
- Location:
- _plugins_/xray/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/xray/trunk/paquet.xml
r109391 r111127 2 2 prefix="xray" 3 3 categorie="outil" 4 version="0.14. 2"4 version="0.14.3" 5 5 etat="test" 6 6 compatibilite="[2.1.0;3.2.*]" -
_plugins_/xray/trunk/plugin.xml
r109391 r111127 9 9 <licence>GPL</licence> 10 10 <licence>PHP</licence> 11 <version>0.14. 2</version>11 <version>0.14.3</version> 12 12 <etat>test</etat> 13 13 <description> -
_plugins_/xray/trunk/xray_apc.php
r109393 r111127 1439 1439 if (!isset ($data['texte'])) 1440 1440 $extra = '(html non défini)'; 1441 elseif (preg_match_all("/ if\s+\(autoriser\s*\((['\"a-z0-9\s_\-\.\/,]+)\)/", $data['texte'], $matches))1441 elseif (preg_match_all("/<\?php\s+if\s+\(autoriser\s*\((.+)\)\s*\)\s*{\s*\?>/g", $data['texte'], $matches)) 1442 1442 $extra = $matches[1]; 1443 1443 else
Note: See TracChangeset
for help on using the changeset viewer.