diff options
author | Michael Tänzer <neo@nhng.de> | 2012-05-23 00:06:48 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-05-23 00:06:48 +0200 |
commit | 1da586482b2ad57148706844a5a022eb401146a3 (patch) | |
tree | 8ea224e03bbd02813aa4c3a4392a47205ed35a2b | |
parent | 2e6b80c1c9742fe4c173a24211a89f2bceeef4c8 (diff) | |
download | cacert-devel-1da586482b2ad57148706844a5a022eb401146a3.tar.gz cacert-devel-1da586482b2ad57148706844a5a022eb401146a3.tar.xz cacert-devel-1da586482b2ad57148706844a5a022eb401146a3.zip |
bug 1019: Fix the underlying problem of the logged in contact form not
working
Yep, it probably never worked, so much for copy & paste and not thinking
Signed-off-by: Michael Tänzer <neo@nhng.de>
-rw-r--r-- | pages/account/40.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/account/40.php b/pages/account/40.php index 8391903..c2b06d6 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -52,7 +52,7 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s <p><b><?=_("Sensitive Information")?></b></p> <p><?=_("If you have questions, comments or otherwise and information you're sending to us contains sensitive details, you should use the contact form below. Due to the large amounts of support emails we receive, sending general questions via this contact form will generally take longer then using the support mailing list. Also sending queries in anything but english could cause delays in supporting you as we'd need to find a translator to help.")?></p> -<form method="post" action="https://www.cacert.org/index.php" name="form2"> +<form method="post" name="form2"> <input type="hidden" name="secrethash2" value=""> <input type="hidden" name="oldid" value="<?=$id?>"> <table border="0"> |