Fix for missing tmpdir in config

This commit is contained in:
Deon George 2013-01-14 15:59:56 +11:00
parent 1b7aa6b1a7
commit 8b88cd9fdf

View File

@ -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',
);
?>