diff options
author | Andreas Gohr <andi@splitbrain.org> | 2006-11-23 16:28:28 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2006-11-23 16:28:28 +0100 |
commit | 26253932587af037544fef125aaebc71b2efdcbd (patch) | |
tree | 7281167c6c7573d518c6505609018a2458a5fdcd | |
parent | 967be1dc4f942c3205fec5306fa60b3efdce3f17 (diff) | |
download | rpg-26253932587af037544fef125aaebc71b2efdcbd.tar.gz rpg-26253932587af037544fef125aaebc71b2efdcbd.tar.bz2 |
added missing .htaccess to inc directory #989
darcs-hash:20061123152828-7ad00-857964d3bdb78a8e37834422ffac8b2b8c96ece8.gz
-rw-r--r-- | inc/.htaccess | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/inc/.htaccess b/inc/.htaccess new file mode 100644 index 000000000..aebb21cd2 --- /dev/null +++ b/inc/.htaccess @@ -0,0 +1,3 @@ +## no access to the inc directory
+order allow,deny
+deny from all
|