Changeset 6526
- Timestamp:
- 08/31/08 17:16:27 (3 months ago)
- Files:
-
- freepbx/branches/2.5/amp_conf/bin/module_admin (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/bin/module_admin
r5107 r6526 136 136 137 137 function showList($online = false) { 138 $modules_local = module_getinfo( );138 $modules_local = module_getinfo(false,false,true); 139 139 $modules = $modules_local; 140 140 if ($online) {
