[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.

skala
Ivan Tcholakov 16 years ago
parent 076544647a
commit e8b4ae3191
  1. 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;
}

Loading…
Cancel
Save