From 4eed1e8a935a4330304c9492847de6691289894f Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 14 Aug 2022 20:53:15 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php/index.py b/plugins/php/index.py index f37149528..9cc3241bc 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -146,7 +146,7 @@ def contentReplace(content, version): def makeOpenrestyConf(): phpversions = ['00', '52', '53', '54', '55', '56', - '70', '71', '72', '73', '74', '80', '81'] + '70', '71', '72', '73', '74', '80', '81', '82'] sdir = mw.getServerDir()