Subject: CAcert Code Development list.
List archive
- From: Benny Baumann <benbe AT cacert.org>
- To: "critical-admin AT cacert.org" <critical-admin AT cacert.org>
- Cc: cacert-devel AT lists.cacert.org, Martin Gummi <martin.gummi AT cacert.org>, Michael Tänzer <michael.taenzer AT cacert.org>, "<ulrich AT cacert.org>" <ulrich AT cacert.org>
- Subject: Patch Request for Bug #1102
- Date: Tue, 25 Jun 2013 23:58:00 +0200
Hi,
we've got a patch for issue #1102 regarding correction of CPS links.
Please apply the patch and update the bugtracker ticket accordingly.
Best regards,
Benny Baumann
CAcert SoftWare Assessment Team
diff --git a/pages/index/10.php b/pages/index/10.php index 9e09bb8..7280e09 100644 --- a/pages/index/10.php +++ b/pages/index/10.php @@ -14,11 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA -*/ ?> -<p style="background-color: #FF8080; font-size: 150%"> -<? -printf(_('This page has been moved to the %spolicy directory%s. Please update '. - 'your bookmarks and report any broken links.'), - '<a href="/policy/PrivacyPolicy.html">', '</a>'); -?> -</p> +*/ + + header('HTTP/1.0 301 Moved Permanently'); + header('Location: http://www.cacert.org/policy/CertificationPracticeStatement.php'); + exit();
Attachment:
smime.p7s
Description: S/MIME Kryptografische Unterschrift
- Patch Request for Bug #1102, Benny Baumann, 06/25/2013
- Re: Patch Request for Bug #1102, Wytze van der Raay, 06/26/2013
Archive powered by MHonArc 2.6.16.