Show
Ignore:
Timestamp:
08/12/10 06:06:14 (3 years ago)
Author:
tm1000
Message:

Lots of updates to Endpoint Manager.
-Fixed CSV export to use freepbx quietmode.
-Other various small fixes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/endpointman/config.php

    r10218 r10219  
    88 */ 
    99// Check for safe mode 
     10 
     11 
    1012 
    1113if( ini_get('safe_mode') ){ 
     
    2325include 'includes/functions.inc'; 
    2426 
    25 global $endpoint, $debug; 
    26  
    2727$debug = NULL; 
    2828 
    2929$endpoint = new endpointmanager(); 
    3030 
    31 global $global_cfg, $debug; 
     31if(!file_exists(PHONE_MODULES_PATH)) { 
     32  mkdir(PHONE_MODULES_PATH, 0764); 
     33
     34if(!file_exists(PHONE_MODULES_PATH."temp/")) { 
     35  mkdir(PHONE_MODULES_PATH."temp/", 0764); 
     36
    3237 
    3338if(!is_writeable(LOCAL_PATH)) {