修复魔方云

This commit is contained in:
aazooo 2023-07-01 17:14:27 +08:00
parent 2248937cdc
commit c4910f1007
5 changed files with 4 additions and 2 deletions

View File

@ -40,14 +40,16 @@
3. 输入以下命令完成授权: 3. 输入以下命令完成授权:
``` ```
rm -f /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
``` ```
国内服务器可以用以下命令: 国内服务器可以用以下命令:
``` ```
rm -f /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.

Binary file not shown.