Skip to content
Extraits de code Groupes Projets
Valider cbdbbea5 rédigé par mattpiwik's avatar mattpiwik
Parcourir les fichiers

Fix typo

git-svn-id: http://dev.piwik.org/svn/trunk@6910 59fd770c-687e-43c8-a1e3-f5a4ff64c105
parent 833aeef6
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -614,7 +614,7 @@ class Archiving ...@@ -614,7 +614,7 @@ class Archiving
if($token_auth != $this->token_auth if($token_auth != $this->token_auth
|| strlen($token_auth) != 32) || 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/> 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/> 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>'); <code>$ /path/to/php /path/to/piwik/misc/cron/archive.php --url=http://your-website.org/path/to/piwik/</code>');
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter