Changeset 65916 in spip-zone
- Timestamp:
- Sep 16, 2012, 12:42:25 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/ieconfig/trunk/formulaires/ieconfig_import.php
r62752 r65916 31 31 'label' => '<:ieconfig:label_ieconfig_import_local:>', 32 32 'explication' => '<:ieconfig:explication_ieconfig_import_local:>', 33 'cacher_option_intro' => 'oui',34 33 'datas' => ieconfig_config_locales() 35 34 ) … … 187 186 $liste_config = array(); 188 187 $match = ".+[.]yaml$"; 189 foreach (array_merge(find_all_in_path( _DIR_RACINE.'ieconfig/', $match),find_all_in_path(_DIR_TMP.'ieconfig/', $match)) as $fichier => $chemin) {188 foreach (array_merge(find_all_in_path('ieconfig/', $match),find_all_in_path(_DIR_TMP.'ieconfig/', $match)) as $fichier => $chemin) { 190 189 $config = yaml_decode_file($chemin); 191 190 // On regarde s'il y a un necessite
Note: See TracChangeset
for help on using the changeset viewer.