Update index.py

pull/713/head
dami 2 months ago
parent df84ad25d6
commit 909ba46f66
  1. 2
      plugins/phpmyadmin/index.py

@ -498,7 +498,7 @@ def pluginsDbSupport():
def installPreInspection():
php_confdir = mw.getServerDir()+'/web_conf/php/conf'
if os.path.exists(php_confdir):
if not os.path.exists(php_confdir):
return "必须先安装一个php版本!"
return 'ok'

Loading…
Cancel
Save