diff --git a/plugins/phpmyadmin/index.py b/plugins/phpmyadmin/index.py index 678e5576b..112182b89 100755 --- a/plugins/phpmyadmin/index.py +++ b/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'