Changeset 3678
- Timestamp:
- 01/31/07 00:18:14 (2 years ago)
- Files:
-
- freepbx/branches/2.2/amp_conf/bin/module_admin (modified) (1 diff)
- freepbx/trunk/amp_conf/bin/module_admin (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.2/amp_conf/bin/module_admin
r2820 r3678 462 462 } 463 463 464 // freepbx modules will include the unsintall scripts 465 // using relative paths. why not modifiying the include dir...? 466 // fix for ticket:1731 467 chdir ( $amp_conf\["AMPWEBROOT"\] . "/admin/" ); 468 464 469 switch ($operation ) { 465 470 case 'list': freepbx/trunk/amp_conf/bin/module_admin
r3570 r3678 468 468 } 469 469 470 // freepbx modules will include the unsintall scripts 471 // using relative paths. why not modifiying the include dir...? 472 // fix for ticket:1731 473 chdir ( $amp_conf\["AMPWEBROOT"\] . "/admin/" ); 474 470 475 switch ($operation ) { 471 476 case 'list':
