SproutCMS

This is the code documentation for the SproutCMS project

Page options:

Inherited members

class Ssl

Used to force an SSL (i.e. HTTPS) connection for configured controllers and methods.

Functions

NameVisibilityDescription
checkpublic (static)Checks the current request against the list of require_ssl controllers/actions and force SSL for them.

public check

void Ssl::check ( );

Checks the current request against the list of require_ssl controllers/actions and force SSL for them.
If the user accesses a page not on the list, in SSL mode, we let them anyway.