From 715ff7346f495f2deab88b27a3bf5de1aa19c8fb Mon Sep 17 00:00:00 2001 From: midoks Date: Sun, 3 Jul 2022 18:55:52 +0800 Subject: [PATCH] Update index.py --- plugins/php/index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/php/index.py b/plugins/php/index.py index 5d81adbea..ed5d3f46f 100755 --- a/plugins/php/index.py +++ b/plugins/php/index.py @@ -292,8 +292,8 @@ def stop(version): if version == '52': file = initReplace(version) data = mw.execShell(file + ' ' + 'stop') - if data[1] == '': - return 'ok' + if data[1] == '': + return 'ok' return status