Changeset 93669 in spip-zone
- Timestamp:
- Dec 13, 2015, 10:04:05 PM (5 years ago)
- Location:
- _plugins_/hash_documents/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/hash_documents/trunk/action/hash_404.php
r63200 r93669 13 13 function action_hash_404_dist(){ 14 14 15 include_spip("hash _fonctions");15 include_spip("hasher_fonctions"); 16 16 $doc = preg_replace(',^.*?IMG/,', '', $_SERVER['REQUEST_URI']); 17 17 18 18 if (($dest = hasher_adresser_document($doc) 19 19 AND file_exists('./'.$GLOBALS['meta']['dir_img'].$dest)) -
_plugins_/hash_documents/trunk/paquet.xml
r93667 r93669 2 2 prefix="hasher" 3 3 categorie="performance" 4 version="2.0. 3"4 version="2.0.4" 5 5 etat="test" 6 6 compatibilite="[3.0.0;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.