diff -cr sites/default/modules/fckeditor/fckeditor_orig/editor/filemanager/connectors/php/config.php sites/default/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php
*** sites/default/modules/fckeditor/fckeditor_orig/editor/filemanager/connectors/php/config.php	2010-02-15 05:12:55.000000000 -0600
--- sites/default/modules/fckeditor/fckeditor/editor/filemanager/connectors/php/config.php	2010-03-03 22:48:45.000000000 -0600
***************
*** 27,42 ****
  // SECURITY: You must explicitly enable this "connector". (Set it to "true").
  // WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
  //		authenticated users can access this file or use some kind of session checking.
! $Config['Enabled'] = false ;
  
  // Path to user files relative to the document root.
! $Config['UserFilesPath'] = '/userfiles/' ;
  
  // Fill the following value it you prefer to specify the absolute path for the
  // user files directory. Useful if you are using a virtual directory, symbolic
  // link or alias. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
  // Attention: The above 'UserFilesPath' must point to the same directory.
  $Config['UserFilesAbsolutePath'] = '' ;
  
  // Due to security issues with Apache modules, it is recommended to leave the
  // following setting enabled.
--- 27,43 ----
  // SECURITY: You must explicitly enable this "connector". (Set it to "true").
  // WARNING: don't just set "$Config['Enabled'] = true ;", you must be sure that only
  //		authenticated users can access this file or use some kind of session checking.
! $Config['Enabled'] = true ;
  
  // Path to user files relative to the document root.
! $Config['UserFilesPath'] = '/sites/default/files/' ;
  
  // Fill the following value it you prefer to specify the absolute path for the
  // user files directory. Useful if you are using a virtual directory, symbolic
  // link or alias. Examples: 'C:\\MySite\\userfiles\\' or '/root/mysite/userfiles/'.
  // Attention: The above 'UserFilesPath' must point to the same directory.
  $Config['UserFilesAbsolutePath'] = '' ;
+ require_once '../../../../../filemanager.config.php';
  
  // Due to security issues with Apache modules, it is recommended to leave the
  // following setting enabled.

