diff --git a/application/config/config.php b/application/config/config.php index 3e7cdeba..59865936 100644 --- a/application/config/config.php +++ b/application/config/config.php @@ -40,5 +40,6 @@ return array( 'site_name' => 'Graytech Hosting Pty Ltd', // @todo This should come from the DB 'taxid' => 'ABN: 49 106 229 476', // @todo This should come from the DB 'theme' => 'yaml', // @todo This should be in the DB + 'tmpdir' => '/tmp', ); ?>