Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 24c96b5c

Von Sven Schöling vor mehr als 14 Jahren hinzugefügt

  • ID 24c96b5c2c9a85f73b602379aa5ec970748ef7f0
  • Vorgänger f44251d9
  • Nachfolger 8fad7080

Webdav Links relativ statt absolut, sonst gibt es Probleme bei anderen Ports.

Unterschiede anzeigen:

SL/Common.pm
388 388

  
389 389
        push @{ $form->{WEBDAV} }, {
390 390
          'name' => $fname,
391
          'link' => ($ENV{"HTTPS"} ? "https://" : "http://") . $ENV{'SERVER_NAME'} . "/$base_path/$file",
391
          'link' => "/$base_path/$file",
392 392
          'type' => $is_directory ? $main::locale->text('Directory') : $main::locale->text('File'),
393 393
        };
394 394
      }

Auch abrufbar als: Unified diff