Home
last modified time | relevance | path

Searched refs:UserFilesPath (Results 1 – 5 of 5) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dconfig.py48 UserFilesPath = '/userfiles/' variable
111 FileTypesPath['File'] = UserFilesPath + 'file/'
118 FileTypesPath['Image'] = UserFilesPath + 'image/'
125 FileTypesPath['Flash'] = UserFilesPath + 'flash/'
132 FileTypesPath['Media'] = UserFilesPath + 'media/'
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dconfig.cfm32 Config.UserFilesPath = "/userfiles/" ;
105 Config.FileTypesPath["File"] = Config.UserFilesPath & 'file/' ;
112 Config.FileTypesPath["Image"] = Config.UserFilesPath & 'image/' ;
119 Config.FileTypesPath["Flash"] = Config.UserFilesPath & 'flash/' ;
126 Config.FileTypesPath["Media"] = Config.UserFilesPath & 'media/' ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconfig.lasso28 permissions for uploads and the path you define in UserFilesPath below.
45 'UserFilesPath' = '/userfiles/',
H A Dupload.lasso52 $ServerPath == '' ? $ServerPath = $config->find('UserFilesPath');
H A Dconnector.lasso62 $ServerPath == '' ? $ServerPath = $config->find('UserFilesPath');