I need to run a module that need ssl
to be enabled.
How can I detect if ssl
has been enabled?
The module generate a form through a javascript call.
I am using php.
I have no access to ssl
.
Thanks a lot!
I need to run a module that need ssl
to be enabled.
How can I detect if ssl
has been enabled?
The module generate a form through a javascript call.
I am using php.
I have no access to ssl
.
Thanks a lot!
use the extension loaded check!
http://php.net/manual/en/function.extension-loaded.php
try it ;)