You are here

constant HACKED_CACHE_TABLE in Hacked! 7.2

Same name and namespace in other branches
  1. 8.2 hacked.module \HACKED_CACHE_TABLE
  2. 5 hacked.module \HACKED_CACHE_TABLE
  3. 6.2 hacked.module \HACKED_CACHE_TABLE
  4. 6 hacked.module \HACKED_CACHE_TABLE

@file The Hacked! module, shows which project have been changed since download.

We download the original project file, and hash all the files contained within, then we hash our local copies and compare. This module should never be used on a production server.

8 uses of HACKED_CACHE_TABLE
hackedFileHasher::cache_get in includes/hackedFileHasher.inc
hackedFileHasher::cache_set in includes/hackedFileHasher.inc
hacked_build_report_batch_finished in ./hacked.report.inc
Completion callback for the report batch.
hacked_build_report_batch_finished_drush in ./hacked.drush.inc
Completion callback for the report batch.
hacked_calculate_project_data in ./hacked.module
Compute the report data for hacked.

... See full list

File

./hacked.module, line 12
The Hacked! module, shows which project have been changed since download.

Code

define('HACKED_CACHE_TABLE', 'cache_hacked');