Skip to content

Commit aa56bc4

Browse files
author
root
committed
empty spaces removed, so that output is equally aligned
1 parent f2d0f04 commit aa56bc4

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)