[Piwik-svn] r431 - trunk

svnmaster at piwik.org svnmaster at piwik.org
Tue Apr 1 23:05:33 CEST 2008


Author: matt
Date: 2008-04-01 23:05:31 +0200 (Tue, 01 Apr 2008)
New Revision: 431

Modified:
   trunk/index.php
Log:
- php4 friendly error

Modified: trunk/index.php
===================================================================
--- trunk/index.php	2008-03-31 23:26:43 UTC (rev 430)
+++ trunk/index.php	2008-04-01 21:05:31 UTC (rev 431)
@@ -9,6 +9,7 @@
  * @package Piwik
  */
 
+// NOTE: This file should be PHP4 compatible
 error_reporting(E_ALL|E_NOTICE);
 @ini_set('display_errors', 1);
 @ini_set('magic_quotes_runtime', 0);
@@ -49,8 +50,6 @@
 
 require_once "FrontController.php";
 
-Piwik_FrontController::$enableDispatch = ENABLE_DISPATCH;
-
 if(ENABLE_DISPATCH)
 {
 	$controller = Piwik_FrontController::getInstance();



More information about the Piwik-svn mailing list