Changeset 113344 in spip-zone
- Timestamp:
- Jan 9, 2019, 6:51:33 PM (2 years ago)
- Location:
- _plugins_/xray/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/xray/trunk/paquet.xml
r113266 r113344 2 2 prefix="xray" 3 3 categorie="outil" 4 version="0.22. 4"4 version="0.22.5" 5 5 etat="test" 6 6 compatibilite="[2.1.0;3.2.*]" -
_plugins_/xray/trunk/plugin.xml
r113266 r113344 9 9 <licence>GPL</licence> 10 10 <licence>PHP</licence> 11 <version>0.22. 4</version>11 <version>0.22.5</version> 12 12 <etat>test</etat> 13 13 <description> -
_plugins_/xray/trunk/xray_apc.php
r113216 r113344 322 322 // check validity of input variables 323 323 $vardom = array( 324 'exec' => '/^[a-zA-Z _\-0-9]+$/', // pour #URL_ECRIRE{xray}324 'exec' => '/^[a-zA-Z0-9_\-\.]+$/', // pour #URL_ECRIRE{xray} 325 325 'OB' => '/^\d+$/', // operational mode switch 326 326 'CC' => '/^[01]$/', // clear cache requested … … 330 330 331 331 'IMG' => '/^[123]$/', // image to generate 332 'SOURCE' => '/^[a-z 0-9\-_\/\.]+$/', // file source to display332 'SOURCE' => '/^[a-zA-Z0-9_\-\.\/]+$/', // file source to display 333 333 // 'LO' => '/^1$/', // login requested 334 334 'TYPELISTE' => '/^(caches|squelettes)$/',
Note: See TracChangeset
for help on using the changeset viewer.