diff options
Diffstat (limited to 'index.php')
-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"); |