SAAS-527: Allow files to be uploaded to either the cloud or on local file storage
Not quite done.
This commit is contained in:
parent
ff0a685243
commit
1de326283e
5 changed files with 29 additions and 12 deletions
|
@ -34,6 +34,10 @@ class Config {
|
|||
$CC_CONFIG[$backend] = $cloudStorageValues[$backend];
|
||||
}
|
||||
|
||||
// Tells us where file uploads will be uploaded to.
|
||||
// It will either be set to a cloud storage backend or local file storage.
|
||||
$CC_CONFIG["current_backend"] = $cloudStorageValues["current_backend"]["storage_backend"];
|
||||
|
||||
$values = parse_ini_file($filename, true);
|
||||
|
||||
// Name of the web server user
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue