From d1ca411f9b0765b441d4197b5fe449a4c5ac3f94 Mon Sep 17 00:00:00 2001 From: botanic Date: Fri, 5 Sep 2014 19:18:17 -0700 Subject: [PATCH] forgot $AMS_TMPDIR --- code/web/private_php/setup/config/config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/code/web/private_php/setup/config/config.php b/code/web/private_php/setup/config/config.php index a481cdf9d..4e2262f41 100644 --- a/code/web/private_php/setup/config/config.php +++ b/code/web/private_php/setup/config/config.php @@ -96,6 +96,7 @@ $AMS_LIB = $PRIVATE_PHP_PATH . '/ams'; $AMS_TRANS = $AMS_LIB . '/translations'; $AMS_CACHEDIR = $AMS_LIB . '/cache'; $AMS_PLUGINS = $AMS_LIB . '/plugins'; +$AMS_TMPDIR = $AMS_LIB . '/tmp'; // Here your inc and func resides $SITEBASE = $PUBLIC_PHP_PATH . '/ams/' ;