cacert-webdb/www/policy/PrivacyPolicy.php

4 lines
95 B
PHP
Raw Normal View History

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