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() conf = getConf()
if os.path.exists(conf): if os.path.exists(conf):
os.remove(conf) os.remove(conf)
delPort() delPort()
mw.restartWeb() mw.restartWeb()
return 'ok' return 'ok'

Loading…
Cancel
Save