From de1da98e92536670285c3e164bd2a58032e1e35c Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Fri, 5 Apr 2024 01:55:35 +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 47fc4c452..e0307bfdd 100755 --- a/plugins/phpmyadmin/index.py +++ b/plugins/phpmyadmin/index.py @@ -449,7 +449,7 @@ def errorLog(): def installVersion(): return mw.readFile(getServerDir() + '/version.pl') -def pluginsDBSupport(): +def pluginsDbSupport(): data = {} data['status'] = status() if (data['status'] == 'stop'):