Merge branch 'master' of vcs.fsf.org:enc
[enc.git] / index.php
1 <?php
2 header("HTTP/1.1 301 Moved Permanently");
3 header("Location: https://emailselfdefense.fsf.org/en");
4 exit();
5 ?>