Changeset 183
- Timestamp:
- 2007-03-02 14:52:56 (18 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 2 modified
-
editor/filemanager/browser/default/connectors/php/config.php (modified) (1 diff)
-
fckconfig.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/browser/default/connectors/php/config.php
r132 r183 28 28 $Config['Enabled'] = false ; 29 29 30 // @Packager.Remove.Start 31 // Attention: In the development version (SVN) the PHP connector is enabled by default. 32 $Config['Enabled'] = true ; 33 // @Packager.Remove.End 34 30 35 // Path to user files relative to the document root. 31 36 $Config['UserFilesPath'] = '/userfiles/' ; -
FCKeditor/trunk/fckconfig.js
r171 r183 183 183 var _QuickUploadLanguage = 'asp' ; // asp | aspx | cfm | lasso | php 184 184 185 // @Packager.Remove.Start 186 // The development version (SVN) uses the PHP connector by default. 187 _FileBrowserLanguage = 'php' ; 188 _QuickUploadLanguage = 'php' ; 189 // @Packager.Remove.End 190 185 191 // Don't care about the following line. It just calculates the correct connector 186 192 // extension to use for the default File Browser (Perl uses "cgi").