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:
authormattpiwik <matthieu.aubry@gmail.com>2009-03-26 06:40:09 +0300
committermattpiwik <matthieu.aubry@gmail.com>2009-03-26 06:40:09 +0300
commit6131111a081c0641d7881c7c2f5cfaef4b389e42 (patch)
tree87cd2e4f577b940bfbbd45aef1e855d37f46d0f5 /piwik.php
parent9f06f623eea5a841e9c6953a5c1a9011610a62d2 (diff)
- renaming all constants that were not prefixed by PIWIK_ refs #632
git-svn-id: http://dev.piwik.org/svn/trunk@1030 59fd770c-687e-43c8-a1e3-f5a4ff64c105
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 998758dd0d..7c40bde8e9 100644
--- a/piwik.php
+++ b/piwik.php
@@ -8,7 +8,7 @@
*/
$GLOBALS['DEBUGPIWIK'] = false;
-if(defined('ENABLE_PIWIK_TRACKER') && !ENABLE_PIWIK_TRACKER)
+if(defined('PIWIK_ENABLE_TRACKING') && !PIWIK_ENABLE_TRACKING)
{
return;
}