Changeset 743
- Timestamp:
- 01/17/08 10:32:07 (10 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/project/modules/public/stable/tools/serversinfos/actiongroups/copix.actiongroup.php
r602 r743 63 63 $sections[$section]['COPIX_INSTALL_DIR'] = COPIX_INSTALL_DIR; 64 64 $sections[$section]['arModulesPath'] = CopixConfig::instance ()->arModulesPath; 65 /* TODO: arPluginsPath désactivé jusqu'à ce qu'on l'implémente vraiment, cf #151. 65 66 $sections[$section]['arPluginsPath'] = CopixConfig::instance ()->arPluginsPath; 67 */ 66 68 67 69 // configuration générale trunk/utils/copix/core/CopixConfig.class.php
r550 r743 449 449 var $arModulesPath = array (); 450 450 451 /* *451 /* * TODO: arPluginsPath désactivé jusqu'à ce qu'on l'implémente vraiment, cf #151. 452 452 * Chemin ou l'on doit aller chercher les plugins 453 * /453 * / 454 454 var $arPluginsPath = array (); 455 */ 455 456 456 457 /* ========================================= paramètres généraux */ trunk/utils/copix/utils/CopixPluginRegistry.class.php
r731 r743 248 248 $toReturn = array (); 249 249 250 /* TODO: arPluginsPath désactivé jusqu'à ce qu'on l'implémente vraiment, cf #151. 250 251 //recherche des plugins dans les répertoires configurés à cet effet. 251 252 foreach ($conf->arPluginsPath as $path){ … … 257 258 } 258 259 } 260 */ 259 261 260 262 //recherche des plugins configurés dans les répertoires de modules
