From 493afaafc9b8839a8b0e01ea35145cfdda745ee0 Mon Sep 17 00:00:00 2001 From: midoks Date: Wed, 29 Jun 2022 12:00:37 +0800 Subject: [PATCH] Update index.py --- plugins/phpmyadmin/index.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/phpmyadmin/index.py b/plugins/phpmyadmin/index.py index 43e037b0f..be478ffbb 100755 --- a/plugins/phpmyadmin/index.py +++ b/plugins/phpmyadmin/index.py @@ -211,11 +211,11 @@ def setPmaPort(): def accessLog(): - return '/www/server/phpmyadmin/access.log' + return getServerDir() + '/phpmyadmin/access.log' def errorLog(): - return '/www/server/phpmyadmin/error.log' + return getServerDir() + '/phpmyadmin/error.log' def Version():