💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、豆包、星火、月之暗面及文生图、文生视频 广告
PHP的安全设置! ``` vim /etc/php.ini ``` 修改 ``` disable_functions = system,chroot,chgrp,chown,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,stream_socket_server,fsocket,popen,exec,shell_exec ``` 然后重新启动php-fpm ``` /etc/init.d/php-fpm stop /etc/init.d/php-fpm start ```