cacert-webdb/www/policy/DisputeResolutionPolicy.php

4 lines
105 B
PHP
Raw Normal View History

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