Ignore:
Timestamp:
09/28/09 16:04:13 (15 years ago)
Author:
niltonneto
Message:

Ticket #661 - Alteração para contornar vulneralibidade do FCKEditor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/news_admin/templates/default/fckeditor/editor/filemanager/upload/php/config.php

    r1257 r1456  
    2222 
    2323// SECURITY: You must explicitelly enable this "uploader".  
    24 $Config['Enabled'] = true ; 
     24$Config['Enabled'] = false ; 
    2525 
    2626// Set if the file type must be considere in the target path.  
    2727// Ex: /UserFiles/Image/ or /UserFiles/File/ 
    28 $Config['UseFileType'] = true ; 
     28$Config['UseFileType'] = false; 
    2929 
    3030// Path to uploaded files relative to the document root. 
Note: See TracChangeset for help on using the changeset viewer.