步驟:
-
修改檔案:/e/class/functions.php:
-
修改檔案:/e/class/connect.php:
- 找到以下程式碼:
$r[filetype] = GetFiletype($url);
- 在其後面新增以下程式碼:
if ((strlen($r[filetype]) !== 4) && (strlen($r[filetype]) !== 5)) { $r[filetype] = ".jpg"; }
- 找到以下程式碼:
步驟:
修改檔案:/e/class/functions.php:
修改檔案:/e/class/connect.php:
$r[filetype] = GetFiletype($url);
if ((strlen($r[filetype]) !== 4) && (strlen($r[filetype]) !== 5)) {
$r[filetype] = ".jpg";
}