Changeset 73741 in spip-zone
- Timestamp:
- Jun 19, 2013, 5:26:39 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/plugins_seenthis/microcache/inc/microcache.php
r69177 r73741 6 6 if (!is_numeric($id)) $id = md5($id); 7 7 $cle = "$id-microcache"; 8 $dossier_microcache = sous_repertoire(_DIR_ RACINE._NOM_TEMPORAIRES_ACCESSIBLES, "microcache");8 $dossier_microcache = sous_repertoire(_DIR_LOCAL, "microcache"); 9 9 $dossier_microcache = sous_repertoire($dossier_microcache, $fond); 10 11 10 $microcache = sous_repertoire($dossier_microcache, (substr($id,-3))).$cle; 12 11
Note: See TracChangeset
for help on using the changeset viewer.