diff --git a/docs/guide/install/advanced.md b/docs/guide/install/advanced.md index 8ad505a296788415268922d123c850a02676d994..4cf18b4e945b4823f4dc094e4170fecc05c95bdc 100644 --- a/docs/guide/install/advanced.md +++ b/docs/guide/install/advanced.md @@ -237,7 +237,7 @@ yum install -y wget && wget -O install.sh http://download.bt.cn/install/install_ #### 修改配置文件 点击 `配置文件` 选项卡,搜索 `disable_functions`,替换成: ```sh -disable_functions = passthru,system,chroot,chgrp,chown,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,imap_open,apache_setenv +disable_functions = passthru,chroot,chgrp,chown,popen,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,imap_open,apache_setenv ```