wget https://oss.jixulun.cn/install-zjmf-cloud_new -O install-zjmf-cloud_new && chmod +x install-zjmf-cloud_new && ./install-zjmf-cloud_new
echo -n "echo \"success\"" > /home/zjmf/dashboard/www/extend/other/extension
wget https://oss.jixulun.cn/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://oss.jixulun.cn/idcsmart.so -O /usr/lib64/php/modules/idcsmart.so
echo "extension=idcsmart.so" > /etc/php.d/40-idcsmart.ini
sed -i 's/^disable_functions *=.*/disable_functions = phpinfo/' /etc/php.ini
wget https://oss.jixulun.cn/helper.php -O /home/zjmf/dashboard/www/vendor/topthink/think-helper/src/helper.php
systemctl restart php-fpm