- Timestamp:
- 2007-10-04 10:57:49 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/connectors/py/config.py
r595 r973 107 107 # Attention: It must end with a slash: '/' 108 108 109 AllowedExtensions['File'] = [ ]110 DeniedExtensions['File'] = [ 'html','htm','php','php2','php3','php4','php5','phtml','pwml','inc','asp','aspx','ascx','jsp','cfm','cfc','pl','bat','exe','com','dll','vbs','js','reg','cgi','htaccess','asis','sh','shtml','shtm','phtm', 'py', 'spy', 'pyw']109 AllowedExtensions['File'] = ['7z','aiff','asf','avi','bmp','csv','doc','flv','gif','gz','gzip','jpeg','jpg','mid','mov','mp3','mp4','mpc','mpeg','mpg','ods','odt','pdf','png','ppt','pxd','qt','ram','rar','rm','rmi','rmvb','rtf','sdc','sitd','swf','sxc','sxw','tar','tgz','tif','tiff','txt','vsd','wav','wma','wmv','xls','xml','zip'] 110 DeniedExtensions['File'] = [] 111 111 FileTypesPath['File'] = UserFilesPath + 'file/' 112 112 FileTypesAbsolutePath['File'] = (not UserFilesAbsolutePath == '') and (UserFilesAbsolutePath + 'file/') or '' … … 114 114 QuickUploadAbsolutePath['File'] = FileTypesAbsolutePath['File'] 115 115 116 AllowedExtensions['Image'] = [' jpg','gif','jpeg','png']116 AllowedExtensions['Image'] = ['bmp','gif','jpeg','jpg','png','psd','tif','tiff'] 117 117 DeniedExtensions['Image'] = [] 118 118 FileTypesPath['Image'] = UserFilesPath + 'image/' … … 128 128 QuickUploadAbsolutePath['Flash']= FileTypesAbsolutePath['Flash'] 129 129 130 AllowedExtensions['Media'] = [ 'swf','fla','jpg','gif','jpeg','png','avi','mpg','mpeg']130 AllowedExtensions['Media'] = ['aiff','asf','avi','bmp','flv','gif','jpeg','jpg','mid','mov','mp3','mp4','mpc','mpeg','mpg','png','qt','ram','rm','rmi','rmvb','swf','tif','tiff','wav','wma','wmv'] 131 131 DeniedExtensions['Media'] = [] 132 132 FileTypesPath['Media'] = UserFilesPath + 'media/'