projects
/
enc-live.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9fa48b
)
index
author
Lisa Marie Maginnis
<lisam@fsf.org>
Mon, 30 Jun 2014 04:48:12 +0000
(
00:48
-0400)
committer
Lisa Marie Maginnis
<lisam@fsf.org>
Mon, 30 Jun 2014 04:48:12 +0000
(
00:48
-0400)
index.html
[new file with mode: 0644]
patch
|
blob
diff --git a/index.html
b/index.html
new file mode 100644
(file)
index 0000000..
1fa4288
--- /dev/null
+++ b/
index.html
@@ -0,0
+1,5
@@
+<?php
+header("HTTP/1.1 301 Moved Permanently");
+header("Location: https://emailselfdefense.fsf.org/en");
+exit();
+?>