Fix for missing tmpdir in config
This commit is contained in:
parent
1b7aa6b1a7
commit
8b88cd9fdf
@ -40,5 +40,6 @@ return array(
|
|||||||
'site_name' => 'Graytech Hosting Pty Ltd', // @todo This should come from the DB
|
'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
|
'taxid' => 'ABN: 49 106 229 476', // @todo This should come from the DB
|
||||||
'theme' => 'yaml', // @todo This should be in the DB
|
'theme' => 'yaml', // @todo This should be in the DB
|
||||||
|
'tmpdir' => '/tmp',
|
||||||
);
|
);
|
||||||
?>
|
?>
|
||||||
|
Reference in New Issue
Block a user