From 89c0c15f18aedf3bba9e6c5c2d921c4db4ed36c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20T=C3=A4nzer?= Date: Wed, 23 May 2012 01:09:02 +0200 Subject: bug 1019: Also apply the fix to the logged out form and make the action handling the data explicit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michael Tänzer --- pages/account/40.php | 4 ++-- pages/index/11.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'pages') diff --git a/pages/account/40.php b/pages/account/40.php index c2b06d6..a96ff0d 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -27,7 +27,7 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s

-
+ @@ -52,7 +52,7 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s

- + diff --git a/pages/index/11.php b/pages/index/11.php index 8391903..60c8941 100644 --- a/pages/index/11.php +++ b/pages/index/11.php @@ -27,7 +27,7 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s

- + @@ -52,7 +52,7 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s

- +
-- cgit v1.2.1