diff --git a/main/inc/lib/fckeditor/editor/filemanager/connectors/php/commands.php b/main/inc/lib/fckeditor/editor/filemanager/connectors/php/commands.php index 6a516dddf6..ce588791c9 100644 --- a/main/inc/lib/fckeditor/editor/filemanager/connectors/php/commands.php +++ b/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; }