X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/f44251d96a55c8c561172a0b510b487447a7c4c1..24c96b5c2c9a85f73b602379aa5ec970748ef7f0:/SL/Common.pm diff --git a/SL/Common.pm b/SL/Common.pm index 7462d8b93..664bc6a08 100644 --- a/SL/Common.pm +++ b/SL/Common.pm @@ -388,7 +388,7 @@ sub webdav_folder { push @{ $form->{WEBDAV} }, { 'name' => $fname, - 'link' => ($ENV{"HTTPS"} ? "https://" : "http://") . $ENV{'SERVER_NAME'} . "/$base_path/$file", + 'link' => "/$base_path/$file", 'type' => $is_directory ? $main::locale->text('Directory') : $main::locale->text('File'), }; }