]> wagnertech.de Git - kivitendo-erp.git/blobdiff - SL/Common.pm
Beim URL-Escapen vom internen Encoding nach UTF-8 wandeln, sofern benötigt
[kivitendo-erp.git] / SL / Common.pm
index 7462d8b9324dba6df154acb63ee914d12e0d523a..fae93413b9f9cbd424034a8b090d513901c04bf4 100644 (file)
@@ -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'),
         };
       }