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
path: root/misc
diff options
context:
space:
mode:
authormattpiwik <matthieu.aubry@gmail.com>2012-09-03 05:17:00 +0400
committermattpiwik <matthieu.aubry@gmail.com>2012-09-03 05:17:00 +0400
commitcbdbbea56cbcd5db6f1c5c0a078a0383110c5ead (patch)
tree4389de2194151dfbcd26f87a1ce1a0092e6597b7 /misc
parent833aeef6a59f354851c8f5d41fb8953808cc74b8 (diff)
Fix typo
git-svn-id: http://dev.piwik.org/svn/trunk@6910 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'misc')
-rw-r--r--misc/cron/archive.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/cron/archive.php b/misc/cron/archive.php
index ae4cdb2dfd..9c17941bbf 100644
--- a/misc/cron/archive.php
+++ b/misc/cron/archive.php
@@ -614,7 +614,7 @@ class Archiving
if($token_auth != $this->token_auth
|| strlen($token_auth) != 32)
{
- die('<b>You must specify the Super User token_auth as a parameter to this script, eg. <code>&token_auth=XYZ</code> if you wish to run this script through the browser. </b><br>
+ die('<b>You must specify the Super User token_auth as a parameter to this script, eg. <code>?token_auth=XYZ</code> if you wish to run this script through the browser. </b><br>
However it is recommended to run it <a href="http://piwik.org/docs/setup-auto-archiving/">via cron in the command line</a>, since it can take a long time to run.<br/>
In a shell, execute for example the following to trigger archiving on the local Piwik server:<br/>
<code>$ /path/to/php /path/to/piwik/misc/cron/archive.php --url=http://your-website.org/path/to/piwik/</code>');