Project

General

Profile

« Previous | Next » 

Revision 1038

Added by Matthias almost 15 years ago

Updated FCKEditor to Version 2.6.4.1 (ticket #738) (Thanks to doc)

View differences:

upload.php
43 43
// The file type (from the QueryString, by default 'File').
44 44
$sType = isset( $_GET['Type'] ) ? $_GET['Type'] : 'File' ;
45 45

  
46
$sCurrentFolder	= GetCurrentFolder() ;
46
$sCurrentFolder	= "/" ;
47 47

  
48 48
// Is enabled the upload?
49 49
if ( ! IsAllowedCommand( $sCommand ) )

Also available in: Unified diff