diff --git a/plugins/php-apt/index.py b/plugins/php-apt/index.py index 9b9487c14..94ed93094 100755 --- a/plugins/php-apt/index.py +++ b/plugins/php-apt/index.py @@ -164,8 +164,7 @@ def phpFpmWwwReplace(version): def deleteConfList(version): sdir = mw.getServerDir() enable_conf = sdir + '/web_conf/php/conf/enable-php-apt' + version + '.conf' - - clist = (status_conf, enable_conf) + clist = (enable_conf) for f in clist: if os.path.exists(f): os.remove(f)