summaryrefslogtreecommitdiff
path: root/actions/register.php
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2010-10-20 20:22:34 -0400
committerCraig Andrews <candrews@integralblue.com>2010-10-20 20:26:35 -0400
commit90c87553ee7566593529199374215ae80bb3e209 (patch)
treeb53bc9c461a8be0ae26beac6e7805228760a2612 /actions/register.php
parent3593f3f1323bfce289bc9805629f7d126dac7ae6 (diff)
Redirect to https when making an http request for a sensitive action
Diffstat (limited to 'actions/register.php')
-rw-r--r--actions/register.php7
1 files changed, 0 insertions, 7 deletions
diff --git a/actions/register.php b/actions/register.php
index 7307bc689..9b8161e08 100644
--- a/actions/register.php
+++ b/actions/register.php
@@ -74,13 +74,6 @@ class RegisterAction extends Action
parent::prepare($args);
$this->code = $this->trimmed('code');
- // @todo this check should really be in index.php for all sensitive actions
- $ssl = common_config('site', 'ssl');
- if (empty($_SERVER['HTTPS']) && ($ssl == 'always' || $ssl == 'sometimes')) {
- common_redirect(common_local_url('register'));
- // exit
- }
-
if (empty($this->code)) {
common_ensure_session();
if (array_key_exists('invitecode', $_SESSION)) {