tbrehm
2012-10-17 1c73edaf45252dfadc3e04a8f6b5eff38ef8ba04
server/plugins-available/apache2_plugin.inc.php
@@ -2118,6 +2118,8 @@
    * @param string $pwd      The password-hash of the user
    */
   private function _writeHtDigestFile($filename, $username, $authname, $pwdhash ) {
      global $app;
      $changed = false;
      if(is_file($filename) && !is_link($filename)) {
         $in = fopen($filename, 'r');