aboutsummaryrefslogtreecommitdiffstats
path: root/mod/manage.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-14 21:20:20 -0700
committerfriendica <info@friendica.com>2012-03-14 21:20:20 -0700
commit110e8f29197e0824d555b82c05c31f36b87ab7ae (patch)
tree2c6c691aae709d41d1b198537d9679ec18290b4f /mod/manage.php
parentf0a62d8908cef31982c1c2b24fc9dbc8b59b8bdb (diff)
downloadvolse-hubzilla-110e8f29197e0824d555b82c05c31f36b87ab7ae.tar.gz
volse-hubzilla-110e8f29197e0824d555b82c05c31f36b87ab7ae.tar.bz2
volse-hubzilla-110e8f29197e0824d555b82c05c31f36b87ab7ae.zip
basic ssl_policy for important modules
Diffstat (limited to 'mod/manage.php')
-rwxr-xr-xmod/manage.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/manage.php b/mod/manage.php
index ec4dcd8a0..84dfa6917 100755
--- a/mod/manage.php
+++ b/mod/manage.php
@@ -74,7 +74,7 @@ function manage_post(&$a) {
if($limited_id)
$_SESSION['submanage'] = $original_id;
- goaway($a->get_baseurl() . '/profile/' . $a->user['nickname']);
+ goaway($a->get_baseurl(true) . '/profile/' . $a->user['nickname']);
// NOTREACHED
}