From ae5a94789899cc6029f121490a3a15acfe047db4 Mon Sep 17 00:00:00 2001 From: midoks Date: Tue, 26 Sep 2023 21:27:03 +0800 Subject: [PATCH] Update index.py --- plugins/phpmyadmin/index.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/phpmyadmin/index.py b/plugins/phpmyadmin/index.py index c256e3e8b..9130a2445 100755 --- a/plugins/phpmyadmin/index.py +++ b/plugins/phpmyadmin/index.py @@ -273,7 +273,7 @@ def stop(): conf = getConf() if os.path.exists(conf): os.remove(conf) - delPort() + delPort() mw.restartWeb() return 'ok'