Changeset 391 for FCKeditor/trunk/editor/filemanager/upload/php/upload.php
- Timestamp:
- 2007-06-26 00:10:59 (17 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/upload/php/upload.php
r285 r391 66 66 SendResults( 1, '', '', 'Invalid type specified' ) ; 67 67 68 // SA25719 69 if ( strpos( strtolower( $sFileName ), '::$data' ) != false ) 70 SendResults( '202' ) ; 71 68 72 // Get the allowed and denied extensions arrays. 69 73 $arAllowed = $Config['AllowedExtensions'][$sType] ;