diff options
author | Benny Baumann <BenBE@geshi.org> | 2012-12-16 20:13:43 +0100 |
---|---|---|
committer | Benny Baumann <BenBE@geshi.org> | 2012-12-16 20:13:43 +0100 |
commit | 2a406fc507476c3734c1ac57a855d5cf6dc2f1a9 (patch) | |
tree | 8c899a9203bc9f1a63abe5a27c9ebe99e2c028a3 /www/cap.php | |
parent | 0c3e0554aeb420a8cd586ed03afd3564fe6206de (diff) | |
parent | 2ceda5171ff3161c8b05860879c4d4c9f5f842ea (diff) | |
download | cacert-devel-2a406fc507476c3734c1ac57a855d5cf6dc2f1a9.tar.gz cacert-devel-2a406fc507476c3734c1ac57a855d5cf6dc2f1a9.tar.xz cacert-devel-2a406fc507476c3734c1ac57a855d5cf6dc2f1a9.zip |
Merge branch 'release' into bug-1112
Diffstat (limited to 'www/cap.php')
-rw-r--r-- | www/cap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/cap.php b/www/cap.php index 73380e1..dc283fb 100644 --- a/www/cap.php +++ b/www/cap.php @@ -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") |