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:
authordiosmosis <benaka@piwik.pro>2015-05-08 10:50:18 +0300
committerdiosmosis <benaka@piwik.pro>2015-05-10 08:49:58 +0300
commit255d2992181952ea365bafa4c4988c900c851a18 (patch)
treec2aaeb17615061c38f9ba9c91e239fe56013fd53 /misc
parent4d52397a8bc30fb3a4374200ae898fdfa0e5a3b8 (diff)
Fix bug in CliMulti (type in member name), and make sure all requests are run as superuser in CronArchive. Remove TODO, archive.php script works w/ php-cgi.
Diffstat (limited to 'misc')
-rw-r--r--misc/cron/archive.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/cron/archive.php b/misc/cron/archive.php
index 6f903cdd91..0c0e971976 100644
--- a/misc/cron/archive.php
+++ b/misc/cron/archive.php
@@ -42,8 +42,7 @@ try 'php archive.php --url=http://your.piwik/path'
-------------------------------------------------------
\n\n";
}
-// TODO: manual test against php-cgi + ArchiveWebTest
-// => test w/ token auth & w/o token auth
+
if (Piwik\Common::isPhpCliMode()) {
$console = new Piwik\Console();