|
|
@ -259,7 +259,6 @@ class Index extends CI_Controller
|
|
|
|
$request_size[$img_src_urls['host']][] = $img_src_urls['path'];
|
|
|
|
$request_size[$img_src_urls['host']][] = $img_src_urls['path'];
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//请求图片尺寸
|
|
|
|
//请求图片尺寸
|
|
|
|
$image_sizes = array();
|
|
|
|
$image_sizes = array();
|
|
|
|
foreach ($request_size as $host => $path) {
|
|
|
|
foreach ($request_size as $host => $path) {
|
|
|
|