You are here

class hackedFileIncludeEndingsHasher in Hacked! 6.2

Same name and namespace in other branches
  1. 7.2 includes/hackedFileIncludeEndingsHasher.inc \hackedFileIncludeEndingsHasher

This is a much faster, but potentially less useful file hasher.

Hierarchy

Expanded class hierarchy of hackedFileIncludeEndingsHasher

1 string reference to 'hackedFileIncludeEndingsHasher'
hacked_hacked_file_hashers_info in ./hacked.module
Implements hook_hacked_file_hashers_info().

File

includes/hacked_project.inc, line 754

View source
class hackedFileIncludeEndingsHasher extends hackedFileHasher {
  function perform_hash($filename) {
    return sha1_file($filename);
  }

}

Members