Skip to content

Commit 909ba46

Browse files
committed
Update index.py
1 parent df84ad2 commit 909ba46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/phpmyadmin/index.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -498,7 +498,7 @@ def pluginsDbSupport():
498498

499499
def installPreInspection():
500500
php_confdir = mw.getServerDir()+'/web_conf/php/conf'
501-
if os.path.exists(php_confdir):
501+
if not os.path.exists(php_confdir):
502502
return "必须先安装一个php版本!"
503503
return 'ok'
504504

0 commit comments

Comments
 (0)