Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-12 05:51:17 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-01-12 05:51:17 +0300
commitb133021b751334f5345c7f349811a6de74d27bd1 (patch)
treeba23d53b08eb058c0391bf44b303fd88fc80d5ef /plugins/SitesManager/templates
parenta2f0e87dc6d4d14507518bf34f22773387356529 (diff)
- the root password is now encrypted in the config file
- the API authentication now works for root and for normal user. Simply add a token_auth parameter. see the instruction on the API listing page available from piwik interface - added /fixed stuff in the UI
Diffstat (limited to 'plugins/SitesManager/templates')
-rw-r--r--plugins/SitesManager/templates/DisplayJavascriptCode.tpl2
-rw-r--r--plugins/SitesManager/templates/SitesManager.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SitesManager/templates/DisplayJavascriptCode.tpl b/plugins/SitesManager/templates/DisplayJavascriptCode.tpl
index 9151ba7103..c2d672212d 100644
--- a/plugins/SitesManager/templates/DisplayJavascriptCode.tpl
+++ b/plugins/SitesManager/templates/DisplayJavascriptCode.tpl
@@ -4,4 +4,4 @@
{$jsTag}
</code>
-<p><a href='index.php'>Back to Piwik homepage</a></p> \ No newline at end of file
+<p><a href='?module=Home&action=index&idSite=1&period=day&date=yesterday'>Back to Piwik homepage</a></p> \ No newline at end of file
diff --git a/plugins/SitesManager/templates/SitesManager.tpl b/plugins/SitesManager/templates/SitesManager.tpl
index f564f3be36..d228398660 100644
--- a/plugins/SitesManager/templates/SitesManager.tpl
+++ b/plugins/SitesManager/templates/SitesManager.tpl
@@ -41,4 +41,4 @@
-<p><a href='index.php'>Back to Piwik homepage</a></p>
+<p><a href='?module=Home&action=index&idSite=1&period=day&date=yesterday'>Back to Piwik homepage</a></p>