Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 431 → Rev 432

/trunk/api/fckeditor/editor/filemanager/upload/php/config.php
19,7 → 19,7
global $Config ;
 
// SECURITY: You must explicitelly enable this "uploader".
$Config['Enabled'] = false ;
$Config['Enabled'] = true ;
 
// Path to uploaded files relative to the document root.
$Config['UserFilesPath'] = '/UserFiles/' ;