summaryrefslogtreecommitdiff
path: root/lib/index.html
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2008-10-16 21:02:51 +0200
committerAndreas Gohr <andi@splitbrain.org>2008-10-16 21:02:51 +0200
commitdf813e6e5c7e12e433beb282f3121bc73cfeed26 (patch)
tree5bd9949c805463d4dd51af97ba74163ca3adcf25 /lib/index.html
parent7b3a68036aa29d239b85b05df5fe6f35a68f41d2 (diff)
downloadrpg-df813e6e5c7e12e433beb282f3121bc73cfeed26.tar.gz
rpg-df813e6e5c7e12e433beb282f3121bc73cfeed26.tar.bz2
added a few index.html files to prevent browsing the lib directory FS#1507
This prevents browsing the top directories of the lib directory. There is nothing dangerous in that directory and it needs to be accessible from web, but making it a bit harder to snopp around is never a bad idea ;-) darcs-hash:20081016190251-7ad00-453ec37fd9729c5fb57d9ed03101f6ee7d6b2216.gz
Diffstat (limited to 'lib/index.html')
-rw-r--r--lib/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/index.html b/lib/index.html
new file mode 100644
index 000000000..8cb33512e
--- /dev/null
+++ b/lib/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="refresh" content="0; URL=../" />
+<meta name="robots" content="noindex" />
+<title>nothing here...</title>
+</head>
+<body>
+<!-- this is just here to prevent directory browsing -->
+</body>
+</html>