使FCKeditor所上傳的圖檔檔名亂數化
Temperature: 0 °C
編輯"../fckeditor/editor/filemanager/connectors/php/commands.php"
此檔.搜尋:
$sExtension = strtolower( $sExtension ) ;
在其下方新增:
$sFileName = date("Y-m-d").mt_rand().‛.‛.$sExtension;
存檔.
https://innstory.com/story-使FCKeditor所上傳的圖檔檔名亂數化-101
寫程式筆記