Changeset 113864 in spip-zone
- Timestamp:
- Feb 12, 2019, 8:30:09 AM (6 days ago)
- Location:
- _plugins_/n-core/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/n-core/trunk/cache/ncore.php
r113848 r113864 23 23 // Initialisation du tableau de configuration avec les valeurs par défaut du plugin Cache. 24 24 $configuration = array( 25 'racine' => _DIR_CACHE,25 'racine' => '_DIR_CACHE', 26 26 'sous_dossier' => true, 27 27 'nom_obligatoire' => array('objet', 'fonction'), -
_plugins_/n-core/trunk/paquet.xml
r113856 r113864 2 2 prefix="ncore" 3 3 categorie="outil" 4 version="0.9. 1"4 version="0.9.2" 5 5 etat="test" 6 6 compatibilite="[3.2.0;3.2.*]"
Note: See TracChangeset
for help on using the changeset viewer.