Update index.py

pull/109/head
midoks 4 years ago
parent ea428a2792
commit 80aea20692
  1. 2
      plugins/phpmyadmin/index.py

@ -121,7 +121,7 @@ def start():
conf_tpl = getPluginDir() + '/conf/config.inc.php'
centent = mw.readFile(conf_tpl)
# centent = contentReplace(centent)
print mw.writeFile(conf_run, centent)
print(mw.writeFile(conf_run, centent))
mw.restartWeb()
return 'ok'

Loading…
Cancel
Save