Changeset 7909
- Timestamp:
- 08/02/09 17:14:16 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php
r7908 r7909 1710 1710 // duplace name line 1711 1711 $vmconf[$section][ $matches[1] ]["dups"][] = $matches[2]; 1712 } else if (preg_match( '/^\s*#include\s+"{0,1}([^"]*)"{0,1}\s*([;#].*)?/',$line,$matches)) {1712 } else if (preg_match("/^\s*#include\s+(.*)\s*([;#].*)?/",$line,$matches)) { 1713 1713 // include another file 1714 1714 … … 1800 1800 //DEBUG echo "\ndup mailbox"; 1801 1801 $output[] = $line; 1802 } else if (preg_match( '/^(\s*)#include(\s+)"{0,1}([^"]*)"{0,1}(\s*[;#].*)?$/',$line,$matches)) {1802 } else if (preg_match("/^(\s*)#include(\s+)(.*)(\s*[;#].*)?$/",$line,$matches)) { 1803 1803 // include another file 1804 1804 //DEBUG echo "\ninclude ".$matches[3]."<blockquote>";
