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