EE 1
EE 2
SSL Check
Developer
3rd Party (Free)
Download v1.0
Compatibility
- LG Addon Updater
- Multi Site Manager
- Stand Alone Entry Form
Requirements
- jQuery for the Control Panel
Tags
Check whether page is accessed over secure (https) connection
{exp:ssl_check}
connection is secure
{if no_results}
non-secure connection
{/if}
{exp:ssl_check}
Download SSL Check
| EE Version | Downloads | Add-On Version | Release Date |
|---|---|---|---|
| 2.+ | Download | 1.0 | 2011-12-02 01:08 PM |
This entry was last updated December 8, 2011, 5:01 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. Devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
1 Review:
Luke Hardiman 03.26.12
Didn’t work on my EE 2.4.0 install. I had to rewrite the constructor and initialise $return_data in the Class:
class Ssl_check {
var $return_data = '';
function Ssl_check()
{
$this->EE =& get_instance();
if(array_key_exists(HTT