Only in sites/default/libraries/fckeditor/editor/filemanager/connectors: .DS_Store
diff -cr sites/default/libraries/fckeditor orig/editor/filemanager/connectors/php/config.php sites/default/libraries/fckeditor/editor/filemanager/connectors/php/config.php
*** sites/default/libraries/fckeditor orig/editor/filemanager/connectors/php/config.php	2010-02-15 06:12:55.000000000 -0500
--- sites/default/libraries/fckeditor/editor/filemanager/connectors/php/config.php	2010-03-03 16:02:22.000000000 -0500
***************
*** 27,36 ****
  // 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
--- 27,36 ----
  // 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

