其他分享
首页 > 其他分享> > ECShop提示不支持JPEG类型

ECShop提示不支持JPEG类型

作者:互联网

find / -name lib_installer.php

#/var/www/html/ecshop/install/includes/lib_installer.php

$gd_info = gd_info();
j p e g e n a b l e d = ( jpeg_enabled = ( jpege​nabled=(gd_info[’JPEG Support’] === true) ? L A N G [ ′ s u p p o r t ′ ] : _LANG['support'] : L​ANG[′support′]:_LANG[‘not_support’];
g i f e n a b l e d = ( gif_enabled = ( gife​nabled=(gd_info[‘GIF Create Support’] === true) ? L A N G [ ′ s u p p o r t ′ ] : _LANG['support'] : L​ANG[′support′]:_LANG[‘not_support’];
p n g e n a b l e d = ( png_enabled = ( pnge​nabled=(gd_info[‘PNG Support’] === true) ? L A N G [ ′ s u p p o r t ′ ] : _LANG['support'] : L​ANG[′support′]:_LANG[‘not_support’];

标签:LANG,info,提示,support,ECShop,gd,JPEG,true,Support
来源: https://blog.csdn.net/luoxuexi2020/article/details/122266179