diff options
author | Michael Tänzer <neo@nhng.de> | 2012-05-23 00:02:11 +0200 |
---|---|---|
committer | Michael Tänzer <neo@nhng.de> | 2012-05-23 00:02:11 +0200 |
commit | 2e6b80c1c9742fe4c173a24211a89f2bceeef4c8 (patch) | |
tree | 02f61bd5121e019bc5fbf204cbbd127438718a2c | |
parent | 5de1cb4e94ad14c95282e7b3042d4a4179f766dc (diff) | |
download | cacert-devel-2e6b80c1c9742fe4c173a24211a89f2bceeef4c8.tar.gz cacert-devel-2e6b80c1c9742fe4c173a24211a89f2bceeef4c8.tar.xz cacert-devel-2e6b80c1c9742fe4c173a24211a89f2bceeef4c8.zip |
Revert "bug 1019: Disable the logged-in contact form until the underlying problem"
This reverts commit 9422c4b9a9907928ff49c8524938630749c928ab.
-rw-r--r-- | pages/account/40.php | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/pages/account/40.php b/pages/account/40.php index d458329..8391903 100644 --- a/pages/account/40.php +++ b/pages/account/40.php @@ -19,15 +19,6 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s ?> <H3><?=_("Contact Us")?></H3> -<p><? sprintf("To contact us please log out and then use the contact form ". - "there or send us an email to %s. We are working to fix this ". - "situation so you may contact us while staying logged in again.", - - "<a href='mailto:support@cacert.org'>support@cacert.org</a>" - ) ?> -</p> - -<?/* <p><b><?=_("General Questions")?></b></p> <p><b><?=_("PLEASE NOTE: Due to the large amounts of support questions, incorrectly directed emails may be over looked, this is a volunteer effort and directing general questions to the right place will help everyone, including yourself as you will get a reply quicker.")?></b></p> <p><b><?=_("If you are contacting us about advertising, please use the form at the bottom of the website, the first contact form is not the correct place.")?></b></p> @@ -93,4 +84,3 @@ Australia</p> document.form2.secrethash2.value = pagehash; --> </script> -*/ |