diff options
author | Bharat Mediratta <bharat@menalto.com> | 2009-05-30 15:34:03 -0700 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2009-05-30 15:34:03 -0700 |
commit | 3b3531cbb834c192339292df8ab3e9220a48d924 (patch) | |
tree | 256abda27c05bddabf27207e97d845de92fb0ab0 | |
parent | 1559539993100b354431b83a01310cb70a9298b4 (diff) |
Add a / to the end of TMPPATH to match other paths.
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -57,7 +57,7 @@ if (PHP_SAPI == 'cli') { define('TEST_MODE', 0); define('VARPATH', strtr(realpath('var') . '/', DIRECTORY_SEPARATOR, '/')); } -define('TMPPATH', VARPATH . '/tmp'); +define('TMPPATH', VARPATH . '/tmp/'); if (file_exists("local.php")) { include("local.php"); |