tbrehm
2010-10-06 e1cfe776605df96751b661e82dc09b51c635d67f
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') {
                  /*
@@ -1268,6 +1269,7 @@
               }
            }
         }
         }
         /*
          *  is the "replace-comment-end" found...
         */