Changeset 5134
- Timestamp:
- 10/22/07 12:56:52 (6 years ago)
- Files:
-
- freepbx/branches/2.3 (modified) (1 prop)
- freepbx/branches/2.3/amp_conf/bin/retrieve_conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3
- Property svnmerge-integrated changed from /freepbx/branches/2.2:1-4145,4434,4437 /freepbx/trunk:1-4133,4135-4136,4140-5015,5017-5035,5040-5042,5068,5076,5095,5107,5117,5122,5124 to /freepbx/branches/2.2:1-4145,4434,4437 /freepbx/trunk:1-4133,4135-4136,4140-5015,5017-5035,5040-5042,5068,5076,5095,5107,5117,5122,5124,5132
freepbx/branches/2.3/amp_conf/bin/retrieve_conf
r5036 r5134 637 637 // have bad consequences and can cripple the system. 638 638 // 639 $post_custom = $amp_conf['AMPBIN'].'/retrieve_conf_post_custom'; 640 if (file_exists($post_custom)) { 641 outn(sprintf(_("Found script %s, executing.."), $post_custom)); 642 include($post_custom); 643 out(_("OK")); 639 if (isset($amp_conf['AMPLOCALBIN'])) { 640 $post_custom = $amp_conf['AMPLOCALBIN'].'/retrieve_conf_post_custom'; 641 if (file_exists($post_custom)) { 642 outn(sprintf(_("Found script %s, executing.."), $post_custom)); 643 include($post_custom); 644 out(_("OK")); 645 } 644 646 } 645 647
