[Piwik-svn] r507 - trunk/config

svnmaster at piwik.org svnmaster at piwik.org
Fri Jun 6 03:23:24 CEST 2008


Author: matt
Date: 2008-06-06 03:23:23 +0200 (Fri, 06 Jun 2008)
New Revision: 507

Modified:
   trunk/config/global.ini.php
Log:
- fixing notice

Modified: trunk/config/global.ini.php
===================================================================
--- trunk/config/global.ini.php	2008-06-06 01:18:47 UTC (rev 506)
+++ trunk/config/global.ini.php	2008-06-06 01:23:23 UTC (rev 507)
@@ -15,7 +15,7 @@
 host 			= localhost
 username 		= root
 password 		= 
-dbname			= piwik_tests
+dbname			= piwik_tests8
 tables_prefix	= piwiktests_
 adapter 		= PDO_MYSQL
 
@@ -77,7 +77,7 @@
 
 ; 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
 



More information about the Piwik-svn mailing list