From 3b3531cbb834c192339292df8ab3e9220a48d924 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 30 May 2009 15:34:03 -0700 Subject: Add a / to the end of TMPPATH to match other paths. --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.php') diff --git a/index.php b/index.php index b92f7353..a70053a8 100644 --- a/index.php +++ b/index.php @@ -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"); -- cgit v1.2.3