aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWesley Miaw <josuah@users.sourceforge.net>2004-05-15 03:22:56 +0000
committerWesley Miaw <josuah@users.sourceforge.net>2004-05-15 03:22:56 +0000
commit5cce882122b314b5c13a9bd3847452ce4354389e (patch)
treed5c4fb24cde9c1639ef432bfa15b531510b90ff4
parent788c4e778a210c19341a3d308e2d46519d9d90aa (diff)
downloadphpicalendar-5cce882122b314b5c13a9bd3847452ce4354389e.tar.gz
phpicalendar-5cce882122b314b5c13a9bd3847452ce4354389e.tar.bz2
phpicalendar-5cce882122b314b5c13a9bd3847452ce4354389e.zip
Switched login method from GET to POST.
-rw-r--r--templates/default/sidebar.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/default/sidebar.tpl b/templates/default/sidebar.tpl
index 74ac6f4..761c916 100644
--- a/templates/default/sidebar.tpl
+++ b/templates/default/sidebar.tpl
@@ -1,5 +1,5 @@
<!-- switch show_user_login on -->
-<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php?{LOGIN_QUERYS}" method="get">
+<form style="margin-bottom:0;" action="{CURRENT_VIEW}.php?{LOGIN_QUERYS}" method="post">
<input type="hidden" name="action" value="login" />
<table width="170" border="0" cellpadding="0" cellspacing="0" class="calborder">
<tr>

© 2014-2024 Faster IT GmbH | imprint | privacy policy