You are here

constant HACKED_CACHE_TABLE in Hacked! 5

Same name and namespace in other branches
  1. 8.2 hacked.module \HACKED_CACHE_TABLE
  2. 6.2 hacked.module \HACKED_CACHE_TABLE
  3. 6 hacked.module \HACKED_CACHE_TABLE
  4. 7.2 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.

4 uses of HACKED_CACHE_TABLE
hacked_flush_caches in ./hacked.module
Implementation of hook_flush_caches().
hacked_project_hashes_are_cached in ./hacked.module
hacked_release_generate_hashes_cached in ./hacked.module
hacked_scan_directory_generate_hashes in ./hacked.module
Hash the contents of a directory, optionally retrieving from cache.

File

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

Code

define('HACKED_CACHE_TABLE', 'cache_hacked');