Configuring htmleditor to do file uploads using php

To enable htmleditor to use php for file uploads, edit the following files:

edit: htmleditor/editor/filemanager/upload/php/config.php

Change this line:

$Config['Enabled'] = true;

edit: /htmleditor/fckconfig.js

Change these lines:

var _FileBrowserLanguage = 'php' ;

var _QuickUploadLanguage = 'php' ;