Changeset 5828
- Timestamp:
- 06/25/08 20:13:50 (4 months ago)
- Files:
-
- freepbx/branches/2.4 (modified) (1 prop)
- freepbx/branches/2.4/amp_conf/htdocs/admin/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.4
- Property svnmerge-integrated changed from /freepbx/branches/2.3:1-4129,4131,4133-4134,4136-4995,5088,5135,5140,5194 /freepbx/trunk:1-5453,5736,5739,5748,5750,5758,5760,5765,5771,5773,5779,5782,5819 to /freepbx/branches/2.3:1-4129,4131,4133-4134,4136-4995,5088,5135,5140,5194 /freepbx/trunk:1-5453,5736,5739,5748,5750,5758,5760,5765,5771,5773,5779,5782,5819,5827
freepbx/branches/2.4/amp_conf/htdocs/admin/functions.inc.php
r5710 r5828 141 141 foreach ($file as $line) { 142 142 if (preg_match("/^\s*([a-zA-Z0-9]+)\s* => \s*(.*)\s*([;#].*)?/",$line,$matches)) { 143 $conf[ $matches[1] ] = rtrim($matches[2], '/');143 $conf[ $matches[1] ] = rtrim($matches[2],"/ \t"); 144 144 } 145 145 }
