Update index.py

pull/109/head
midoks 3 years ago
parent 509ddaebe4
commit fe00479063
  1. 2
      plugins/phpmyadmin/index.py

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

Loading…
Cancel
Save