Browse Source

[svn r21634] FS#2867 - The FCKEditor, the simple file manager: Making the file .../fckeditor/editor/filemanager/connectors/php/commands.php as close to the original source as it is possible.

Ivan Tcholakov 15 years ago
parent
commit
e8b4ae3191

+ 0 - 4
main/inc/lib/fckeditor/editor/filemanager/connectors/php/commands.php

@@ -22,8 +22,6 @@
  * This is the File Manager Connector for PHP.
  */
 
-// Modifications by Ivan Tcholakov, JAN-2009.
-
 function GetFolders( $resourceType, $currentFolder )
 {
 	// Map the virtual path to the local server path.
@@ -185,8 +183,6 @@ function CreateFolder( $resourceType, $currentFolder )
 
 function FileUpload( $resourceType, $currentFolder, $sCommand )
 {
-	// TODO: System's black and white lists to be taken into account.
-
 	if (!isset($_FILES)) {
 		global $_FILES;
 	}