Changeset 10219 for contributed_modules/modules/endpointman/config.php
- Timestamp:
- 08/12/10 06:06:14 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
contributed_modules/modules/endpointman/config.php
r10218 r10219 8 8 */ 9 9 // Check for safe mode 10 11 10 12 11 13 if( ini_get('safe_mode') ){ … … 23 25 include 'includes/functions.inc'; 24 26 25 global $endpoint, $debug;26 27 27 $debug = NULL; 28 28 29 29 $endpoint = new endpointmanager(); 30 30 31 global $global_cfg, $debug; 31 if(!file_exists(PHONE_MODULES_PATH)) { 32 mkdir(PHONE_MODULES_PATH, 0764); 33 } 34 if(!file_exists(PHONE_MODULES_PATH."temp/")) { 35 mkdir(PHONE_MODULES_PATH."temp/", 0764); 36 } 32 37 33 38 if(!is_writeable(LOCAL_PATH)) {
