You are here

constant HACKED_CACHE_TABLE in Hacked! 6

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. 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.

7 uses of HACKED_CACHE_TABLE
hacked_flush_caches in ./hacked.module
Implementation of hook_flush_caches().
hacked_install_add_exported_cache in ./hacked.install
hacked_project_hashes_are_cached in ./hacked.module
hacked_release_generate_hashes_cached in ./hacked.module
hacked_reports_exports_export_form in ./hacked.export.inc

... 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');