|
@@ -60,7 +60,6 @@ class brand_helper
|
|
{
|
|
{
|
|
if(empty($brand['brand_logo'])) continue;
|
|
if(empty($brand['brand_logo'])) continue;
|
|
|
|
|
|
- Log::record($brand['brand_logo'],Log::DEBUG);
|
|
|
|
$image = UPLOAD_SITE_URL . $brand['brand_logo'];
|
|
$image = UPLOAD_SITE_URL . $brand['brand_logo'];
|
|
$ret = @getimagesize($image, $info);
|
|
$ret = @getimagesize($image, $info);
|
|
if ($ret != false) {
|
|
if ($ret != false) {
|