constant SECURESITE_DISABLED in Secure Site 6.2
Same name and namespace in other branches
- 8 securesite.module \SECURESITE_DISABLED
- 5 securesite.module \SECURESITE_DISABLED
- 6 securesite.module \SECURESITE_DISABLED
- 7.2 securesite.module \SECURESITE_DISABLED
Secure Site status: Disabled
5 uses of SECURESITE_DISABLED
- securesite_admin_settings in ./
securesite.admin.inc - FAPI definition for Secure Site admin settings form
- securesite_enable in ./
securesite.install - Implementation of hook_enable().
- securesite_form_system_error_reporting_settings_alter in ./
securesite.module - Implementation of hook_form_$form-id_alter().
- securesite_update_6200 in ./
securesite.install - Implementation of hook_update_N(). Convert variables from older versions.
- _securesite_forced in ./
securesite.inc - Determine if Secure Site authentication should be forced.
File
- ./
securesite.module, line 11 - Enables HTTP authentication or an HTML form to restrict site access.
Code
define('SECURESITE_DISABLED', 0);