X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=SL%2FCommon.pm;h=fae93413b9f9cbd424034a8b090d513901c04bf4;hb=ee61dd2b559ab9d6bf741086c86fa9076efba022;hp=7462d8b9324dba6df154acb63ee914d12e0d523a;hpb=76c486e3bf157e844b0cf11828d55dae2cb7e439;p=kivitendo-erp.git diff --git a/SL/Common.pm b/SL/Common.pm index 7462d8b93..fae93413b 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'), }; }