Update index.py

pull/461/head
midoks 2 years ago
parent b1128cbddb
commit ae5a947898
  1. 2
      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'

Loading…
Cancel
Save