diff options
author | Andreas Gohr <andi@splitbrain.org> | 2008-10-16 21:02:51 +0200 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2008-10-16 21:02:51 +0200 |
commit | df813e6e5c7e12e433beb282f3121bc73cfeed26 (patch) | |
tree | 5bd9949c805463d4dd51af97ba74163ca3adcf25 /lib/exe/index.html | |
parent | 7b3a68036aa29d239b85b05df5fe6f35a68f41d2 (diff) | |
download | rpg-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/exe/index.html')
-rw-r--r-- | lib/exe/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/exe/index.html b/lib/exe/index.html new file mode 100644 index 000000000..d614603ac --- /dev/null +++ b/lib/exe/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> |