aboutsummaryrefslogtreecommitdiffstats
path: root/view/logout.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-03-14 21:29:44 -0700
committerfriendica <info@friendica.com>2012-03-14 21:29:44 -0700
commit93a8907f435e1b6ca55fa816ffb81b47a018db03 (patch)
treec915ac93219961a889c1d04e8df8352193629988 /view/logout.tpl
parent110e8f29197e0824d555b82c05c31f36b87ab7ae (diff)
downloadvolse-hubzilla-93a8907f435e1b6ca55fa816ffb81b47a018db03.tar.gz
volse-hubzilla-93a8907f435e1b6ca55fa816ffb81b47a018db03.tar.bz2
volse-hubzilla-93a8907f435e1b6ca55fa816ffb81b47a018db03.zip
force login to ssl on SSL_POLICY_SELFSIGN
Diffstat (limited to 'view/logout.tpl')
-rwxr-xr-xview/logout.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/logout.tpl b/view/logout.tpl
index 6a84a5bbc..efc971df8 100755
--- a/view/logout.tpl
+++ b/view/logout.tpl
@@ -1,4 +1,4 @@
-<form action="" method="post" >
+<form action="$dest_url" method="post" >
<div class="logout-wrapper">
<input type="hidden" name="auth-params" value="logout" />
<input type="submit" name="submit" id="logout-button" value="$logout" />