Changeset 11587 for freepbx/branches
- Timestamp:
- 02/24/11 13:50:06 (2 years ago)
- Files:
-
- freepbx/branches/2.9/amp_conf/bin/retrieve_conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.9/amp_conf/bin/retrieve_conf
r11528 r11587 7 7 include_once('/etc/asterisk/freepbx.conf'); 8 8 } 9 10 if (!$bootstrap_settings['astman_connected']) { 11 fatal(sprintf(_("Unable to connect to Asterisk Manager from %s, aborting"),__FILE__)); 12 } 13 9 14 $freepbx_conf =& freepbx_conf::create(); 10 15
