Changeset 7908

Show
Ignore:
Timestamp:
08/02/09 17:47:49 (4 years ago)
Author:
p_lindheimer
Message:

fixes #3678 forgot second line

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/functions.inc.php

    r7907 r7908  
    18001800        //DEBUG echo "\ndup mailbox"; 
    18011801        $output[] = $line; 
    1802       } else if (preg_match("/^(\s*)#include(\s+)(.*)(\s*[;#].*)?$/",$line,$matches)) { 
     1802      } else if (preg_match('/^(\s*)#include(\s+)"{0,1}([^"]*)"{0,1}(\s*[;#].*)?$/',$line,$matches)) { 
    18031803        // include another file 
    18041804        //DEBUG echo "\ninclude ".$matches[3]."<blockquote>";