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
diff options
context:
space:
mode:
authormatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-02-05 10:49:07 +0300
committermatt <matt@59fd770c-687e-43c8-a1e3-f5a4ff64c105>2008-02-05 10:49:07 +0300
commitd6b9af741d34a9dc71131cf3e65d69f4c1071070 (patch)
tree5cb9afe148eb1a00520749186c3ca63295de6569 /piwik.php
parent37ce066b84ef4be2ca900cd4d415fbe8fc657da5 (diff)
- added test that checks that piwik.php DEBUG is set to false
Diffstat (limited to 'piwik.php')
-rw-r--r--piwik.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/piwik.php b/piwik.php
index 7859c14cbe..2f3139ebf7 100644
--- a/piwik.php
+++ b/piwik.php
@@ -49,7 +49,7 @@ require_once "Cookie.php";
require_once "LogStats/Db.php";
require_once "LogStats/Visit.php";
-$GLOBALS['DEBUGPIWIK'] = false;
+$GLOBALS['DEBUGPIWIK'] = false;
if($GLOBALS['DEBUGPIWIK'] === true)