From f55e651ea205f14aaebfb079e9271481d785ea0a Mon Sep 17 00:00:00 2001 From: Heikki Hokkanen Date: Sat, 22 Nov 2008 09:53:01 +0200 Subject: [PATCH] Added .htaccess with +Indexes. This is what SourceForge requires for showing directory index nowadays. --- .htaccess | 1 + 1 file changed, 1 insertion(+) create mode 100644 .htaccess diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..e1d2560 --- /dev/null +++ b/.htaccess @@ -0,0 +1 @@ +Options +Indexes