Changeset 5829
- Timestamp:
- 06/25/08 20:18:50 (4 months ago)
- Files:
-
- freepbx/branches/2.3 (modified) (1 prop)
- freepbx/branches/2.3/amp_conf/htdocs/admin/functions.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3
- Property svnmerge-integrated changed from /freepbx/branches/2.2:1-4145,4434,4437 /freepbx/branches/2.4:1-5454,5492,5517,5648,5656,5710 to /freepbx/branches/2.2:1-4145,4434,4437 /freepbx/branches/2.4:1-5454,5492,5517,5648,5656,5710,5828
freepbx/branches/2.3/amp_conf/htdocs/admin/functions.inc.php
r5711 r5829 136 136 foreach ($file as $line) { 137 137 if (preg_match("/^\s*([a-zA-Z0-9]+)\s* => \s*(.*)\s*([;#].*)?/",$line,$matches)) { 138 $conf[ $matches[1] ] = rtrim($matches[2], '/');138 $conf[ $matches[1] ] = rtrim($matches[2],"/ \t"); 139 139 } 140 140 }
