From 2e9b8277d50fc951d1acb1dd22297ff3d6016fc1 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sun, 31 May 2009 06:34:03 +0800 Subject: Add a / to the end of TMPPATH to match other paths. Signed-off-by: Bharat Mediratta --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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