Update index.py

pull/109/head
midoks 3 years ago
parent 8b1604b7a1
commit 1903b10436
  1. 4
      plugins/phpmyadmin/index.py

@ -116,6 +116,10 @@ def start():
centent = contentReplace(centent)
mw.writeFile(file_run, centent)
tmp = getServerDir() + '/phpmyadmin/tmp'
if not os.path.exists(tmp):
os.mkdir(tmp)
conf_run = getServerDir() + '/phpmyadmin/config.inc.php'
if not os.path.exists(conf_run):
conf_tpl = getPluginDir() + '/conf/config.inc.php'

Loading…
Cancel
Save