[Piwik-svn] r413 - trunk

svnmaster at piwik.org svnmaster at piwik.org
Fri Mar 28 01:42:40 CET 2008


Author: matt
Date: 2008-03-28 01:42:39 +0100 (Fri, 28 Mar 2008)
New Revision: 413

Modified:
   trunk/index.php
Log:


Modified: trunk/index.php
===================================================================
--- trunk/index.php	2008-03-28 00:41:04 UTC (rev 412)
+++ trunk/index.php	2008-03-28 00:42:39 UTC (rev 413)
@@ -4,14 +4,11 @@
  * 
  * @link http://piwik.org
  * @license http://www.gnu.org/licenses/gpl-3.0.html Gpl v3 or later
- * @version $Id$
+ * @version $Id$
+ * 
+ * @package Piwik
  */
- 
-/**
- * PHP Configuration init
- */
 
-
 error_reporting(E_ALL|E_NOTICE);
 @ini_set('display_errors', 1);
 @ini_set('magic_quotes_runtime', 0);



More information about the Piwik-svn mailing list