summaryrefslogtreecommitdiff
path: root/pages/account
diff options
context:
space:
mode:
authorMichael Tänzer <neo@nhng.de>2012-04-03 16:03:09 +0200
committerMichael Tänzer <neo@nhng.de>2012-04-03 16:03:09 +0200
commitb35b874af560b4c69cf952229b28bd1668dcf5d9 (patch)
tree8009733b941cb1c60cc1dada90109af45738edd2 /pages/account
parentf6129590b312f0b6b680f6085ff15f1d41c70691 (diff)
downloadcacert-devel-b35b874af560b4c69cf952229b28bd1668dcf5d9.tar.gz
cacert-devel-b35b874af560b4c69cf952229b28bd1668dcf5d9.tar.xz
cacert-devel-b35b874af560b4c69cf952229b28bd1668dcf5d9.zip
Source code taken from cacert-20120329.tar.bz2
Diffstat (limited to 'pages/account')
-rw-r--r--pages/account/40.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/pages/account/40.php b/pages/account/40.php
index 8391903..499bf4d 100644
--- a/pages/account/40.php
+++ b/pages/account/40.php
@@ -19,6 +19,15 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s
?>
<H3><?=_("Contact Us")?></H3>
+<p><? printf(_("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>
@@ -84,3 +93,4 @@ Australia</p>
document.form2.secrethash2.value = pagehash;
-->
</script>
+*/