Skip to content

Commit e0d230d

Browse files
author
Marius Burkard
committed
Merge branch 'master' of git.ispconfig.org:ispconfig/ispconfig3
2 parents 0f20b7c + ed24aa6 commit e0d230d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2746,7 +2746,7 @@ private function _patchVhostWebdav($fileName, $webdavRoot) {
27462746
$output .= "Dav On\n";
27472747
$output .= "BrowserMatch MSIE AuthDigestEnableQueryStringHack=On\n";
27482748
$output .= "AuthType Digest\n";
2749-
$output .= "AuthName \"$fn\"\n";
2749+
$output .= "AuthName \"Restricted Area\"\n";
27502750
$output .= "AuthUserFile $webdavRoot/$file\n";
27512751
$output .= "Require valid-user\n";
27522752
$output .= "Options +Indexes\n";

0 commit comments

Comments
 (0)