server/plugins-available/apache2_plugin.inc.php
@@ -1246,7 +1246,8 @@ /* * add all the webdav-dirs to the webdav-section */ $files = scandir($webdavRoot); $files = @scandir($webdavRoot); if(is_array($files)) { foreach($files as $file) { if (substr($file, strlen($file) - strlen('.htdigest')) == '.htdigest') { /* @@ -1267,6 +1268,7 @@ $output .= " </Location> \n"; } } } } /* * is the "replace-comment-end" found...