diff options
-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
|