diff options
-rw-r--r-- | includes/.htaccess | 1 | ||||
-rw-r--r-- | model/.htaccess | 1 | ||||
-rw-r--r-- | templates/.htaccess | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/includes/.htaccess b/includes/.htaccess index e69de29..3418e55 100644 --- a/includes/.htaccess +++ b/includes/.htaccess @@ -0,0 +1 @@ +deny from all
\ No newline at end of file diff --git a/model/.htaccess b/model/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/model/.htaccess @@ -0,0 +1 @@ +deny from all
\ No newline at end of file diff --git a/templates/.htaccess b/templates/.htaccess new file mode 100644 index 0000000..3418e55 --- /dev/null +++ b/templates/.htaccess @@ -0,0 +1 @@ +deny from all
\ No newline at end of file |