diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-05-31 00:28:51 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-05-31 00:28:51 -0700 |
commit | 0a5ca7a76644e6535bed49736f3e848cac6c7211 (patch) | |
tree | 5938314fd5f3850b27668a23be9e33949951066d /index.php | |
parent | 45d58c8680ab9f1714798b86c0fd268199142ace (diff) | |
parent | 2e9b8277d50fc951d1acb1dd22297ff3d6016fc1 (diff) |
Merge branch 'master' of git@github.com:gallery/gallery3
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"); |