瀏覽代碼

[svn r10610] remove comments

Eric Marguin 18 年之前
父節點
當前提交
8f118dae65
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      main/inc/lib/fckeditor/editor/filemanager/upload/php/upload.php

+ 0 - 3
main/inc/lib/fckeditor/editor/filemanager/upload/php/upload.php

@@ -115,9 +115,6 @@ $sFileName = replace_dangerous_char($sFileName,'strict');
 // Transform any .php file in .phps for security
 $sFileName = php2phps($sFileName);
 
-
-//$sFilePath = $sServerDir.$sType."/" . $sFileName ;
-
 if ( is_file( $sServerDir.$sFileName ) ){
 	$dotIndex = strrpos($sFileName, '.');
 	$ext = '';