Show
Ignore:
Timestamp:
2007-06-26 00:10:59 (17 months ago)
Author:
fredck
Message:

Fix for SA25719.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/editor/filemanager/upload/php/upload.php

    r285 r391  
    6666    SendResults( 1, '', '', 'Invalid type specified' ) ; 
    6767 
     68// SA25719 
     69if ( strpos( strtolower( $sFileName ), '::$data' ) != false ) 
     70        SendResults( '202' ) ; 
     71 
    6872// Get the allowed and denied extensions arrays. 
    6973$arAllowed      = $Config['AllowedExtensions'][$sType] ;