From 4ab1bed86a0f9f5ab96ee84a651de260ee013cbc Mon Sep 17 00:00:00 2001 From: mattpiwik <matthieu.aubry@gmail.com> Date: Fri, 6 Jun 2008 01:23:23 +0000 Subject: [PATCH] - fixing notice git-svn-id: http://dev.piwik.org/svn/trunk@507 59fd770c-687e-43c8-a1e3-f5a4ff64c105 --- config/global.ini.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/global.ini.php b/config/global.ini.php index d91703f693..294de95305 100755 --- a/config/global.ini.php +++ b/config/global.ini.php @@ -15,7 +15,7 @@ adapter = PDO_MYSQL ; PDO_MYSQL or MYSQLI host = localhost username = root password = -dbname = piwik_tests +dbname = piwik_tests8 tables_prefix = piwiktests_ adapter = PDO_MYSQL @@ -77,7 +77,7 @@ default_day = yesterday ; When loading the piwik interface in the browser (as opposed to from the PHP-CLI client) ; should we launch the archiving process if the archives have not yet been processed? -; You want to set it to false when triggering the archiving through a crontab, +; You want to set it to false when triggering the archiving is done through a crontab, ; so that your users do not trigger archiving in their browser when this is not expected enable_browser_archiving_triggering = true -- GitLab