Dominik
2014-04-04 7a4248fd4a64bafff41564a4a04af08f5cb2d525
interface/lib/classes/validate_dkim.inc.php
@@ -57,18 +57,6 @@
      }
   }
   /**
    * Validator function for DKIM Path
    * @return boolean - true when the dkim-path exists and is writeable
    */
   function check_dkim_path($field_name, $field_value, $validator) {
      if(empty($field_value)) return $this->get_error($validator['errmsg']);
      if (substr(sprintf('%o', fileperms($field_value)), -3) <= 600)
         return $this->get_error($validator['errmsg']);
   }
   /**
    * Check function for DNS-Template
    */