"Change CAcert postal address to the current one on index/11.php"
This commit is contained in:
parent
8896eda4b8
commit
a63441653e
4 changed files with 5 additions and 21 deletions
|
@ -65,21 +65,14 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s
|
|||
</form>
|
||||
|
||||
<p><b><?=_("Security Issues")?></b></p>
|
||||
<p><? sprintf(_("Please use any of the following ways to report security ".
|
||||
<p><?=sprintf(_("Please use any of the following ways to report security ".
|
||||
"issues: You can use the above contact form for sensitive information. ".
|
||||
"You can email us to %s. You can file a bugreport on %s and mark it as ".
|
||||
"private."),
|
||||
"<a href='mailto:support@cacert.org'>support@cacert.org</a>",
|
||||
"<a href='https://bugs.cacert.org/'>bugs.cacert.org</a>")?></p>
|
||||
|
||||
<p><b><?=_("Snail Mail")?></b></p>
|
||||
<p><?=_("Alternatively you can get in contact with us via the following methods:")?></p>
|
||||
|
||||
<p><?=_("Postal Address:")?><br>
|
||||
CAcert Inc.<br>
|
||||
P.O. Box 4107<br>
|
||||
Denistone East NSW 2112<br>
|
||||
Australia</p>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
|
|
@ -65,16 +65,7 @@ if(!array_key_exists('secrethash',$_SESSION['_config'])) $_SESSION['_config']['s
|
|||
</form>
|
||||
|
||||
<p><b><?=_("Security Issues")?></b></p>
|
||||
<p><?=_("Please use any of the following ways to report security issues: You can use the above contact form for sensitive information. You can email us to support@cacert.org. You can file a bugreport on <a href='https://bugs.cacert.org/'>bugs.cacert.org</a> and mark it as private.")?></p>
|
||||
|
||||
<p><b><?=_("Snail Mail")?></b></p>
|
||||
<p><?=_("Alternatively you can get in contact with us via the following methods:")?></p>
|
||||
|
||||
<p><?=_("Postal Address:")?><br>
|
||||
CAcert Inc.<br>
|
||||
P.O. Box 4107<br>
|
||||
Denistone East NSW 2112<br>
|
||||
Australia</p>
|
||||
<p><?=sprintf(_("Please use any of the following ways to report security issues: You can use the above contact form for sensitive information. You can email us to support@cacert.org. You can file a bugreport on %s and mark it as private."),"<a href='https://bugs.cacert.org/'>bugs.cacert.org</a>")?></p>
|
||||
|
||||
<script type="text/javascript">
|
||||
<!--
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
$this->SetFont('Arial','I',8);
|
||||
if($_SESSION['_config']['language'] == "ja")
|
||||
$this->SetFont('SJIS','I',8);
|
||||
$this->Cell(0,0,'CAcert Inc. - P.O. Box 4107 - Denistone East NSW 2112 - Australia - http://www.CAcert.org',0,0,'C');
|
||||
$this->Cell(0,0,'CAcert Inc. - PO Box 66 - Oatley NSW 2223 - Australia - http://www.CAcert.org',0,0,'C');
|
||||
$this->Ln(3);
|
||||
$this->SetFont('Arial','',6);
|
||||
if($_SESSION['_config']['language'] == "ja")
|
||||
|
|
|
@ -105,8 +105,8 @@ Governmental warrants and civil supoenas will be processed through the dispute r
|
|||
<p>If you need to contact us in writing, address your mail to:</p>
|
||||
<p>
|
||||
CAcert Inc.<br>
|
||||
P.O. Box 4107<br>
|
||||
Denistone East NSW 2112<br>
|
||||
PO Box 66 <br>
|
||||
Oatley NSW 2223<br>
|
||||
Australia
|
||||
</p>
|
||||
|
||||
|
|
Loading…
Reference in a new issue