Fix Cache enabler message

This commit is contained in:
VirtuBox
2019-10-02 16:33:40 +02:00
parent fa4c7c04f6
commit abff3e14f8
2 changed files with 6 additions and 6 deletions

View File

@@ -1039,11 +1039,11 @@ def display_cache_settings(self, data):
if data['wpce']:
if data['multisite']:
Log.info(self, "Nginx-Helper configuration :"
Log.info(self, "Cache-Enabler configuration :"
"\thttp://{0}/wp-admin/network/settings.php?"
"page=cache-enabler".format(data['site_name']))
else:
Log.info(self, "Nginx-Helper configuration :"
Log.info(self, "Cache-Enabler configuration :"
"\thttp://{0}/wp-admin/options-general.php?"
"page=cache-enabler".format(data['site_name']))