支持最新魔方云

This commit is contained in:
aazooo 2023-07-11 21:24:21 +08:00
parent 3b3eb10c4a
commit 61fdd40415
6 changed files with 8 additions and 4 deletions

View File

@ -40,8 +40,10 @@
3. 输入以下命令完成授权:
```
rm -f /home/zjmf/dashboard/www/extend/other/extension
echo -n "######" > /home/zjmf/dashboard/www/extend/other/extension
echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extension
wget https://raw.githubusercontent.com/aazooo/zjmf/main/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_main
chmod +x /home/zjmf/dashboard/www/extend/other/extension
chmod +x /home/zjmf/dashboard/www/extend/other/check_main
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
systemctl restart php-fpm
@ -50,8 +52,10 @@
国内服务器可以用以下命令:
```
rm -f /home/zjmf/dashboard/www/extend/other/extension
echo -n "######" > /home/zjmf/dashboard/www/extend/other/extension
echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extension
wget https://ghproxy.com/https://raw.githubusercontent.com/aazooo/zjmf/main/other/check_main -O /home/zjmf/dashboard/www/extend/other/check_main
chmod +x /home/zjmf/dashboard/www/extend/other/extension
chmod +x /home/zjmf/dashboard/www/extend/other/check_main
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
systemctl restart php-fpm

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
other/check_main Normal file

Binary file not shown.

Binary file not shown.