mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-15 18:38:57 +01:00
"enabling upload, otherwise it cant work"
This commit is contained in:
parent
2abd66293e
commit
ba75b6761a
@ -25,7 +25,7 @@
|
||||
global $Config ;
|
||||
|
||||
// SECURITY: You must explicitelly enable this "uploader".
|
||||
$Config['Enabled'] = false ;
|
||||
$Config['Enabled'] = true ;
|
||||
|
||||
// Set if the file type must be considere in the target path.
|
||||
// Ex: /userfiles/image/ or /userfiles/file/
|
||||
|
Loading…
Reference in New Issue
Block a user