summaryrefslogtreecommitdiff
path: root/www/policy/DisputeResolutionPolicy.php
blob: 565a71fbef09a603bdf759684b2555c754eace6d (plain)
1
2
3
4
<?php
header('HTTP/1.0 301 Moved Permanently');
header('Location: DisputeResolutionPolicy.html');
exit();