Revision 2872818f
Von Tamino Steinert vor 10 Monaten hinzugefügt
sql/Pg-upgrade2/add_file_version.pl | ||
---|---|---|
use utf8;
|
||
|
||
use SL::DB::File;
|
||
use SL::File::Backend::Webdav;
|
||
|
||
use SL::System::Process;
|
||
|
||
... | ... | |
|
||
my $doc_path;
|
||
if ($backend eq 'Webdav') {
|
||
$doc_path = SL::System::Process::exe_dir() . '/webdav';
|
||
$doc_path = SL::File::Backend::Webdav::get_rootdir();
|
||
} elsif ($backend eq 'Filesystem') {
|
||
$doc_path = $::lx_office_conf{paths}->{document_path};
|
||
} else {
|
Auch abrufbar als: Unified diff
FileVersion: Migration: Basisordner für Webdav angepasst