Revision 25aa371f
Von Tamino Steinert vor 11 Monaten hinzugefügt
sql/Pg-upgrade2/add_file_version.pl | ||
---|---|---|
7 | 7 |
use utf8; |
8 | 8 |
|
9 | 9 |
use SL::DB::File; |
10 |
use SL::File::Backend::Webdav; |
|
10 | 11 |
|
11 | 12 |
use SL::System::Process; |
12 | 13 |
|
... | ... | |
26 | 27 |
|
27 | 28 |
my $doc_path; |
28 | 29 |
if ($backend eq 'Webdav') { |
29 |
$doc_path = SL::System::Process::exe_dir() . '/webdav';
|
|
30 |
$doc_path = SL::File::Backend::Webdav::get_rootdir();
|
|
30 | 31 |
} elsif ($backend eq 'Filesystem') { |
31 | 32 |
$doc_path = $::lx_office_conf{paths}->{document_path}; |
32 | 33 |
} else { |
Auch abrufbar als: Unified diff
FileVersion: Migration: Basisordner für Webdav angepasst