diff --git a/plugins/phpmyadmin/index.py b/plugins/phpmyadmin/index.py index e86967f2b..a6276cdc7 100755 --- a/plugins/phpmyadmin/index.py +++ b/plugins/phpmyadmin/index.py @@ -120,8 +120,8 @@ def start(): if not os.path.exists(conf_run): conf_tpl = getPluginDir() + '/conf/config.inc.php' centent = mw.readFile(conf_tpl) - # centent = contentReplace(centent) - # print(mw.writeFile(conf_run, centent)) + centent = contentReplace(centent) + mw.writeFile(conf_run, centent) mw.restartWeb() return 'ok'