Update ioncube.sh

pull/620/head
Mr Chen 10 months ago
parent 3c6538565e
commit 4ce9a8cc0f
  1. 2
      plugins/php-apt/versions/common/ioncube.sh

@ -17,7 +17,7 @@ sysName=`uname`
LIBNAME=ioncube
LIBV=0
if [ `echo "$version > 7.4"|bc` -eq 1 ];then
if [ `echo "$version > 8.3"|bc` -eq 1 ];then
echo "I won't support it"
exit 0
fi

Loading…
Cancel
Save