summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-05-17 04:55:12 +0000
committerBharat Mediratta <bharat@menalto.com>2009-05-17 04:55:12 +0000
commitbd3dd786e7b9f6a7ec447cef5ac89035083d216b (patch)
tree32dce5b9b9415c697343f4c58b2df738e2dd1d6a
parent1968057a902ba294c71f98863b90128a368218d9 (diff)
Define TMPPATH
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 8c29aa26..78a16f25 100644
--- a/index.php
+++ b/index.php
@@ -56,6 +56,7 @@ if (PHP_SAPI == 'cli') {
define('TEST_MODE', 0);
define('VARPATH', strtr(realpath('var') . '/', DIRECTORY_SEPARATOR, '/'));
}
+define('TMPPATH', VARPATH . '/tmp');
// Initialize.
require SYSPATH . 'core/Bootstrap' . EXT;