This website requires JavaScript.
Explore
Help
Sign In
cacert
/
cacert-webdb
Watch
9
Star
0
Fork
You've already forked cacert-webdb
0
Code
Issues
Pull requests
3
Projects
Releases
4
Wiki
Activity
912a5fb6bd
cacert-webdb
/
www
/
policy
/
PolicyOnPolicy.php
4 lines
96 B
PHP
Raw
Normal View
History
Unescape
Escape
Fix for https://bugs.cacert.org/view.php?id=1131 "Rename _all_ Policies from .php to .html and fix all links (was: Rename PolicyOnPolicy.php to .html)"
2015-01-08 15:02:47 +00:00
<
?
php
header
(
'HTTP/1.0 301 Moved Permanently'
);
header
(
'Location: PolicyOnPolicy.html'
);
exit
();
Copy permalink