function hackedFileGroup::hackedFileGroup in Hacked! 6.2
Constructor.
File
- includes/
hacked_project.inc, line 613
Class
- hackedFileGroup
- Represents a group of files on the local filesystem.
Code
function hackedFileGroup($base_path) {
$this->base_path = $base_path;
$this->hasher = hacked_get_file_hasher();
}