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:
authormattab <matthieu.aubry@gmail.com>2014-12-08 01:24:13 +0300
committermattab <matthieu.aubry@gmail.com>2014-12-08 01:24:13 +0300
commitca873b3ab3bc1932b389dbebbcb6065f171014e3 (patch)
tree918e64933ce43ebcab830d4a18c7e19aee03284f
parent80bfa679076849f9056ef2fca1131d060cd67370 (diff)
Remove debug statement refs #68232.10.0-b5
-rw-r--r--misc/cron/archive.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/cron/archive.php b/misc/cron/archive.php
index 28438cfa72..0d59036d79 100644
--- a/misc/cron/archive.php
+++ b/misc/cron/archive.php
@@ -61,7 +61,6 @@ if (isset($_SERVER['argv']) && Piwik\Console::isSupported()) {
$token_auth = Piwik\Common::getRequestVar('token_auth', '', 'string');
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>
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/>