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

Remove debug statement refs #6823

parent 80bfa679
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -61,7 +61,6 @@ if (isset($_SERVER['argv']) && Piwik\Console::isSupported()) { ...@@ -61,7 +61,6 @@ if (isset($_SERVER['argv']) && Piwik\Console::isSupported()) {
$token_auth = Piwik\Common::getRequestVar('token_auth', '', 'string'); $token_auth = Piwik\Common::getRequestVar('token_auth', '', 'string');
if (!$archiver->isTokenAuthSuperUserToken($token_auth)) { if (!$archiver->isTokenAuthSuperUserToken($token_auth)) {
var_dump($token_auth);
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/>
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter