constant SECURESITE_OFFLINE in Secure Site 6.2
Same name and namespace in other branches
- 8 securesite.module \SECURESITE_OFFLINE
- 7.2 securesite.module \SECURESITE_OFFLINE
Secure Site status: Only when site is offline
3 uses of SECURESITE_OFFLINE
- SecureSiteForceOfflineFunctionalTest::setUp in ./
securesite.test - Implementation of setUp().
- 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 21 - Enables HTTP authentication or an HTML form to restrict site access.
Code
define('SECURESITE_OFFLINE', 2);