Changeset 6314

Show
Ignore:
Timestamp:
08/09/08 22:05:55 (3 months ago)
Author:
p_lindheimer
Message:

closes #2992 move include for globals to end of auto-generated globals to allow an auto-generated global to be overridden if desired

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php

    r6210 r6314  
    190190                if(isset($this->_globals) && is_array($this->_globals)){ 
    191191                        $output .= "[globals]\n"; 
    192                         $output .= "#include globals_custom.conf\n"; 
    193192                        foreach (array_keys($this->_globals) as $global) { 
    194193                                $output .= $global." = ".$this->_globals[$global]."\n"; 
    195194                        } 
    196                         $output .= "\n\n;end of [globals]\n\n\n"; 
     195                        $output .= "#include globals_custom.conf\n"; 
     196                        $output .= "\n;end of [globals]\n\n"; 
    197197                } 
    198198                 
Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads