修复魔方云修改配置

This commit is contained in:
aazooo 2023-07-02 12:40:59 +08:00
parent d1ff1ead80
commit 3b3eb10c4a
4 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@
``` ```
rm -f /home/zjmf/dashboard/www/extend/other/extension rm -f /home/zjmf/dashboard/www/extend/other/extension
echo -n "######" > /home/zjmf/dashboard/www/extend/other/extension
wget https://raw.githubusercontent.com/aazooo/zjmf/main/ext/php7.2/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so wget https://raw.githubusercontent.com/aazooo/zjmf/main/ext/php7.2/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so
echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini
systemctl restart php-fpm systemctl restart php-fpm
@ -50,6 +51,7 @@
``` ```
rm -f /home/zjmf/dashboard/www/extend/other/extension rm -f /home/zjmf/dashboard/www/extend/other/extension
echo -n "######" > /home/zjmf/dashboard/www/extend/other/extension
wget https://ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/ext/php7.2/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so wget https://ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/ext/php7.2/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so
echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini echo "extension=idcsmart.so" >> /etc/php.d/40-idcsmart.ini
systemctl restart php-fpm systemctl restart php-fpm

Binary file not shown.

Binary file not shown.

Binary file not shown.