cacert-webdb/www/policy/AssurancePolicy.php

4 lines
97 B
PHP
Raw Normal View History

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