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 = (
jpegenabled=(gd_info[’JPEG
Support’] === true) ?
L
A
N
G
[
′
s
u
p
p
o
r
t
′
]
:
_LANG['support'] :
LANG[′support′]:_LANG[‘not_support’];
g
i
f
e
n
a
b
l
e
d
=
(
gif_enabled = (
gifenabled=(gd_info[‘GIF Create Support’] === true) ?
L
A
N
G
[
′
s
u
p
p
o
r
t
′
]
:
_LANG['support'] :
LANG[′support′]:_LANG[‘not_support’];
p
n
g
e
n
a
b
l
e
d
=
(
png_enabled = (
pngenabled=(gd_info[‘PNG Support’] === true) ?
L
A
N
G
[
′
s
u
p
p
o
r
t
′
]
:
_LANG['support'] :
LANG[′support′]:_LANG[‘not_support’];
标签:LANG,info,提示,support,ECShop,gd,JPEG,true,Support 来源: https://blog.csdn.net/luoxuexi2020/article/details/122266179