summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-05-31 00:28:51 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-05-31 00:28:51 -0700
commit0a5ca7a76644e6535bed49736f3e848cac6c7211 (patch)
tree5938314fd5f3850b27668a23be9e33949951066d /index.php
parent45d58c8680ab9f1714798b86c0fd268199142ace (diff)
parent2e9b8277d50fc951d1acb1dd22297ff3d6016fc1 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
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");