[gollem] Two backends
Tobias Nix
tobias.nix at web.de
Thu Oct 28 09:04:48 PDT 2004
Hello,
in the File Manager Configuration I set
'shown' to the backend settings.
In gollem/config/backends.php are two
configs for backends:
$backends['incoming'] = array(
'name' => 'incoming',
'driver' => 'file',
'hordeauth' => true,
'preferred' => '',
'params' => array(
'vfsroot' => '/home/horde/vfs/incoming',
),
'attributes' => array('type', 'name', 'download', 'modified',
'size', 'permission', 'owner', 'group')
);
$backends['storage'] = array(
'name' => 'storage',
'driver' => 'file',
'hordeauth' => true,
'preferred' => '',
'params' => array(
'vfsroot' => '/home/horde/vfs/storage',
//'home' => Auth::getAuth()
),
'attributes' => array('type', 'name', 'download', 'modified',
'size', 'permission', 'owner', 'group')
);
In gollem its not possible to choose between this backends.
All i got is the first backend.
Can somebody help?
Regards, Tobias.
More information about the gollem
mailing list