Skip to content

Commit 19f37d3

Browse files
author
Till Brehm
committed
Merge branch 'apache_webdav' into 'master'
empty spaces removed, so that output is equally aligned See merge request ispconfig/ispconfig3!733
2 parents f8d3145 + aa56bc4 commit 19f37d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/plugins-available/apache2_plugin.inc.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2773,9 +2773,9 @@ private function _patchVhostWebdav($fileName, $webdavRoot) {
27732773
$output .= "BrowserMatch MSIE AuthDigestEnableQueryStringHack=On\n";
27742774
$output .= "AuthType Digest\n";
27752775
if($fn != '' && $fn != '/') {
2776-
$output .= " AuthName \"" . $fn . "\"\n";
2776+
$output .= "AuthName \"" . $fn . "\"\n";
27772777
} else {
2778-
$output .= " AuthName \"Restricted Area\"\n";
2778+
$output .= "AuthName \"Restricted Area\"\n";
27792779
}
27802780
$output .= "AuthUserFile $webdavRoot/$file\n";
27812781
$output .= "Require valid-user\n";

0 commit comments

Comments
 (0)