From: Sven Schöling Date: Thu, 14 Jan 2010 16:41:43 +0000 (+0100) Subject: Merge branch 'master' of ssh://lx-office/~/lx-office-erp X-Git-Tag: release-2.6.1beta1~66^2 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/8fad708021877ddd45ab37a0b159ea8d307a7a68?hp=d2b06f2b3452f281d68b9df4c1bdabd0f483bbf8 Merge branch 'master' of ssh://lx-office/~/lx-office-erp --- 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'), }; }