From 26957b6654b10a5680d14ff59efd08c4d32b9bcf Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 18 Dec 2018 13:43:24 +0800 Subject: [PATCH] up --- plugins/php/index.html | 4 ++-- plugins/php/index.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/php/index.html b/plugins/php/index.html index ff856b4ac..bf0e3d838 100755 --- a/plugins/php/index.html +++ b/plugins/php/index.html @@ -2,12 +2,12 @@
-

服务

+

服务

安装扩展

配置修改

上传限制

超时限制

-

配置文件

+

配置文件

禁用函数

性能调整

负载状况

diff --git a/plugins/php/index.py b/plugins/php/index.py index c1c4e83f5..58a06071b 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -49,7 +49,7 @@ def getArgs(): def getConf(version): - path = getPluginDir() + "/init.d/php.tpl" + path = getServerDir() + '/' + version + '/etc/php.ini' return path