- Timestamp:
- 02/16/10 11:06:59 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.6/upgrades/2.6.0beta1/tables.php
r8352 r8828 339 339 outn(_("loading table from localprefixes.conf..")); 340 340 $localPrefixFile = $amp_conf['ASTETCDIR']."/localprefixes.conf"; 341 $conf = =array();341 $conf = array(); 342 342 __parse_DialRulesFile($localPrefixFile, $conf, $section); 343 343
