Changeset 6513
- Timestamp:
- 08/30/08 20:53:16 (3 months ago)
- Files:
-
- freepbx/branches/2.5/amp_conf/bin/retrieve_conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.5/amp_conf/bin/retrieve_conf
r6486 r6513 15 15 16 16 //define("ASTERISK_CONF", "/etc/asterisk/asterisk.conf"); 17 define("WARNING_BANNER", "; "._("do not edit this file, this is an auto-generated file by freepbx\n")."; "._("all modifications must be done from the web gui")."\n\n\n");17 define("WARNING_BANNER", _(";--------------------------------------------------------------------------------;\n; Do NOT edit this file as it is auto-generated by FreePBX. All modifications to ;\n; this file must be done via the web gui. There are alternative files to make ;\n; custom modifications, details at: http://freepbx.org/configuration_files ;\n;--------------------------------------------------------------------------------;\n;\n\n")); 18 18 19 19 // Emulate gettext extension functions if gettext is not available
