Removing the PHP file because Ruben set up the site to work withou it and it can...
authorZak Rogoff <zak@fsf.org>
Thu, 18 Feb 2016 17:20:23 +0000 (12:20 -0500)
committerZak Rogoff <zak@fsf.org>
Thu, 18 Feb 2016 17:20:23 +0000 (12:20 -0500)
index.php [deleted file]

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();
-?>