From aa0423544686ec21b23bcc451644440f98648e5b Mon Sep 17 00:00:00 2001 From: midoks Date: Fri, 9 Dec 2022 19:03:16 +0800 Subject: [PATCH] up --- README.md | 6 ++++-- plugins/php/versions/common/yar.sh | 6 ------ 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 4e47218a1..e635f01d3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ logo

mdserver-web

一款简单Linux面板服务

+

强烈推荐系统:debian

### 简介 @@ -10,10 +11,11 @@ 复制了后台管理界面,按照自己想要的方式写了一版。 -![CentOS](https://img.shields.io/badge/LINUX-CentOS-blue?style=for-the-badge&logo=CentOS) -![Ubuntu](https://img.shields.io/badge/LINUX-Ubuntu-blue?style=for-the-badge&logo=Ubuntu) ![Debian](https://img.shields.io/badge/LINUX-Debian-blue?style=for-the-badge&logo=Debian) +![Ubuntu](https://img.shields.io/badge/LINUX-Ubuntu-blue?style=for-the-badge&logo=Ubuntu) ![Fedora](https://img.shields.io/badge/LINUX-Fedora-blue?style=for-the-badge&logo=Fedora) +![CentOS](https://img.shields.io/badge/LINUX-CentOS-blue?style=for-the-badge&logo=CentOS) + [![Wiki](https://img.shields.io/badge/MW-Wiki-red?style=for-the-badge&logo=wiki)](https://github.com/midoks/mdserver-web/wiki) [![](https://data.jsdelivr.com/v1/package/gh/midoks/mdserver-web/badge?style=for-the-badge)](https://www.jsdelivr.com/package/gh/midoks/mdserver-web) diff --git a/plugins/php/versions/common/yar.sh b/plugins/php/versions/common/yar.sh index 69306fbd1..3ea9778cc 100755 --- a/plugins/php/versions/common/yar.sh +++ b/plugins/php/versions/common/yar.sh @@ -21,12 +21,6 @@ if [ "$version" -lt "70" ];then LIBV=1.2.5 fi -if [ "$version" -eq "82" ];then - echo "wait php82 release" - exit 0 -fi - - LIB_PATH_NAME=lib/php if [ -d $serverPath/php/${version}/lib64 ];then LIB_PATH_NAME=lib64