summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-10 05:24:54 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-10 05:24:54 +0000
commit80246908a3e0b3b7e26bd1431d6fbaf316ca1cd5 (patch)
tree3c18f966363706c4b9e3ef6d3c4164527f5848e0 /utils
parentb4f05e5e252de387c7863b0be77049541c2ce831 (diff)
Added a .htaccess file to the utils directory to prevent people from accessing
it over the net. git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@57 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'utils')
-rw-r--r--utils/.htaccess3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/.htaccess b/utils/.htaccess
new file mode 100644
index 00000000..c4adf001
--- /dev/null
+++ b/utils/.htaccess
@@ -0,0 +1,3 @@
+
+ Order Deny,Allow
+ Deny from All