Changeset 4943
- Timestamp:
- 08/24/07 15:57:41 (6 years ago)
- Files:
-
- freepbx/branches/2.3/amp_conf/bin/retrieve_conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3/amp_conf/bin/retrieve_conf
r4661 r4943 2 2 3 3 <?php 4 5 if (! function_exists("_")) { 6 function _($str) { 7 return $str; 8 } 9 } 10 4 11 ini_set('error_reporting', E_ALL & ~E_NOTICE); 5 12
