cacert-webdb/www/policy/CAcertCommunityAgreement.php

5 lines
107 B
PHP
Raw Normal View History

<?php
header('HTTP/1.0 301 Moved Permanently');
header('Location: CAcertCommunityAgreement.html');
exit();