Lines Matching refs:Config

29 global $Config ;
42 $Config['Enabled'] = true ;
51 $Config['osDarwin'] = DWFCK_is_OS('DARWIN') ? true : false;
120 $Config['osWindows'] = $isWindows;
135 $Config['isWinStyle'] = $useWinStyle;
137 if(!isset($Config['UserFilesAbsolutePath']) || !isset($Config['UserFilesPath'])) {
148 $Config['UserFilesPath'] = $savedir .'/pages/';
149 $Config['UserFilesAbsolutePath'] = $Config['UserFilesPath'];
151 else $Config['UserFilesPath'] = str_replace('/media', '/pages', $Config['UserFilesPath']);
153 …$Config['UserFilesAbsolutePath'] = str_replace('\\media', '\\pages', $Config['UserFilesAbsolutePat…
156 …$Config['UserFilesAbsolutePath'] = str_replace('/media', '/pages', $Config['UserFilesAbsolutePath'…
174 $Config['ForceSingleExtension'] = true ;
178 $Config['SecureImageUploads'] = true;
181 $Config['ConfigAllowedCommands'] = array('QuickUpload', 'FileUpload', 'GetFolders', 'GetFoldersAndF…
184 $Config['ConfigAllowedTypes'] = array('File', 'Image', 'Flash', 'Media') ;
188 $Config['HtmlExtensions'] = array("html", "htm", "xml", "xsd", "txt", "js") ;
196 $Config['ChmodOnUpload'] = $Dwfck_conf_values['fmode'] ;
197 $Config['ChmodOnFolderCreate'] = $Dwfck_conf_values['dmode'] ;
200 $Config['ChmodOnUpload'] = 0755 ;
201 $Config['ChmodOnFolderCreate'] = 0755 ;
210 global $Config;
213 $Config['UserFilesAbsolutePath'] = $dir;
216 $Config['UserFilesPath'] = $relative_dir;
220 global $Config;
238 $Config['UserFilesAbsolutePath'] = $dir;
242 $Config['UserFilesPath'] = $base_url . 'lib/plugins/fckg/fckeditor/userfiles/';
244 else $Config['UserFilesPath'] = $base_url . 'data/media/';
252 global $Config ;
303 global $Config;
356 $Config['AllowedExtensions']['File'] = array('7z', 'aiff', 'asf', 'avi', 'bmp', 'csv',
364 …$Config['AllowedExtensions']['File'] = array_merge($Config['AllowedExtensions']['File'],$extensio…
366 $Config['DeniedExtensions']['File'] = array() ;
367 …$Config['AllowedExtensions']['Image'] = array_merge(array('bmp','gif','jpeg','jpg','png'),$image_e…
368 $Config['DeniedExtensions']['Image'] = array() ;
369 $Config['AllowedExtensions']['Flash'] = array('swf','flv') ;
370 $Config['DeniedExtensions']['Flash'] = array() ;
371 …$Config['AllowedExtensions']['Media'] = array_merge(array('aiff', 'asf', 'avi', 'bmp', 'fla', 'flv…
373 $Config['DeniedExtensions']['Media'] = array() ;
408 $Config['FileTypesPath'][$type] = $Config['UserFilesPath'] . $abs_type_dir; // $dir_type;
409 …$Config['FileTypesAbsolutePath'][$type] = $Config['UserFilesAbsolutePath'] . $abs_type_dir; // $ab…
410 … $Config['QuickUploadPath'][$type] = $Config['UserFilesPath'] . $abs_type_dir; // $dir_type ;
411 $Config['QuickUploadAbsolutePath'][$type]= $Config['UserFilesAbsolutePath'] . $abs_type_dir;
413 $Config['FileTypesPath'][$type] = $Config['UserFilesPath'] . $abs_type_dir; //$dir_type;
414 $Config['FileTypesAbsolutePath'][$type] = $Config['UserFilesAbsolutePath'] . $abs_type_dir ;
449 global $Config;
472 global $Config;
476 …file_put_contents($fname, $Config['UserFilesAbsolutePath'] . "\r\n" . $Config['UserFilesPath'] . "…