constant HACKED_DEFAULT_FILE_HASHER in Hacked! 6.2
Same name and namespace in other branches
- 8.2 hacked.module \HACKED_DEFAULT_FILE_HASHER
- 7.2 hacked.module \HACKED_DEFAULT_FILE_HASHER
3 uses of HACKED_DEFAULT_FILE_HASHER
- drush_hacked_diff in ./
hacked.drush.inc - Drush command callback that shows the list of changes/unchanged files in a project.
- hacked_get_file_hasher in ./
hacked.module - Return the file hasher that is currently selected by the user.
- hacked_settings_form in ./
hacked.admin.inc - The settings form for Hacked!
File
- ./
hacked.module, line 20 - The Hacked! module, shows which project have been changed since download.
Code
define('HACKED_DEFAULT_FILE_HASHER', 'hacked_ignore_line_endings');