constant SECURESITE_OFFLINE in Secure Site 7.2
Same name and namespace in other branches
- 8 securesite.module \SECURESITE_OFFLINE
- 6.2 securesite.module \SECURESITE_OFFLINE
Secure Site status: Only when site is offline
3 uses of SECURESITE_OFFLINE
- SecureSiteForceOfflineFunctionalTest::setUp in ./
securesite.test - Sets up a Drupal site for running functional and integration tests.
- SecureSiteFunctionForcedUnitTest::testSecureSiteFunctionForcedOffline in ./
securesite.test - Check output with authentication forced when site is off line.
- _securesite_forced in ./
securesite.inc - Determine if Secure Site authentication should be forced.
File
- ./
securesite.module, line 39 - Enables HTTP authentication or an HTML form to restrict site access.
Code
define('SECURESITE_OFFLINE', 2);