projects
/
enc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cf4f96a
)
Removing the PHP file because Ruben set up the site to work withou it and it can...
author
Zak Rogoff
<zak@fsf.org>
Thu, 18 Feb 2016 17:20:23 +0000
(12:20 -0500)
committer
Zak Rogoff
<zak@fsf.org>
Thu, 18 Feb 2016 17:20:23 +0000
(12:20 -0500)
index.php
[deleted file]
patch
|
blob
|
blame
|
history
diff --git
a/index.php
b/index.php
deleted file mode 100644
(file)
index
1fa4288
..0000000
--- a/
index.php
+++ /dev/null
@@
-1,5
+0,0 @@
-<?php
-header("HTTP/1.1 301 Moved Permanently");
-header("Location: https://emailselfdefense.fsf.org/en");
-exit();
-?>