constant HACKED_STATUS_HACKED in Hacked! 7.2
Same name and namespace in other branches
- 8.2 hacked.module \HACKED_STATUS_HACKED
- 5 hacked.module \HACKED_STATUS_HACKED
- 6.2 hacked.module \HACKED_STATUS_HACKED
- 6 hacked.module \HACKED_STATUS_HACKED
7 uses of HACKED_STATUS_HACKED
- drush_hacked_details in ./
hacked.drush.inc - Command callback for drush hacked_details.
- drush_hacked_list_projects in ./
hacked.drush.inc - Command callback for drush hacked_list_projects.
- drush_hacked_lock_modified in ./
hacked.drush.inc - Lock modified files so that pm-updatecode won't touch them.
- hackedProject::compute_details in includes/
hackedProject.inc - Return a nice detailed report.
- hackedProject::compute_report in includes/
hackedProject.inc - Return a nice report, a simple overview of the status of this project.
File
- ./
hacked.module, line 16 - The Hacked! module, shows which project have been changed since download.
Code
define('HACKED_STATUS_HACKED', 3);