summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-init.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-10-02 08:55:57 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-10-02 08:55:57 -0400
commite183e7477d45c29032e320f9fd4284d4e8562e96 (patch)
treea9f2dd9563b943f8f9e9cd25be5619df15e4cfa4 /pts-core/functions/pts-init.php
parentaa9fcd3aeae05e35795dd4f908b970e661baa4c9 (diff)
downloadphoronix-test-suite-upstream-e183e7477d45c29032e320f9fd4284d4e8562e96.tar.gz
phoronix-test-suite-upstream-e183e7477d45c29032e320f9fd4284d4e8562e96.tar.xz
phoronix-test-suite-upstream-e183e7477d45c29032e320f9fd4284d4e8562e96.zip
pts-core: Start on IS_PCQS_MODE define
Diffstat (limited to 'pts-core/functions/pts-init.php')
-rw-r--r--pts-core/functions/pts-init.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/pts-core/functions/pts-init.php b/pts-core/functions/pts-init.php
index 266d779..dd1dd56 100644
--- a/pts-core/functions/pts-init.php
+++ b/pts-core/functions/pts-init.php
@@ -177,6 +177,8 @@ function pts_extended_init()
define("IS_FIRST_RUN_TODAY", true);
else
define("IS_FIRST_RUN_TODAY", false);
+
+ define("IS_PCQS_MODE", false);
}
function __autoload($to_load)
{