aboutsummaryrefslogtreecommitdiffstats
path: root/view
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
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')
-rwxr-xr-xview/login.tpl2
-rwxr-xr-xview/logout.tpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/view/login.tpl b/view/login.tpl
index 5349fa3d8..4cbbb1624 100755
--- a/view/login.tpl
+++ b/view/login.tpl
@@ -1,5 +1,5 @@
-<form action="" method="post" >
+<form action="$dest_url" method="post" >
<input type="hidden" name="auth-params" value="login" />
<div id="login_standard">
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" />