diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-17 04:55:12 +0000 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-17 04:55:12 +0000 |
commit | bd3dd786e7b9f6a7ec447cef5ac89035083d216b (patch) | |
tree | 32dce5b9b9415c697343f4c58b2df738e2dd1d6a /index.php | |
parent | 1968057a902ba294c71f98863b90128a368218d9 (diff) |
Define TMPPATH
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |