From 6d362bf1a7aba877bb79d0b7952de534aeca7d60 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Fri, 3 May 2013 17:40:57 -0400 Subject: [PATCH] Added htaccess files. --- app/protected/.htaccess | 1 + framework/.htaccess | 1 + 2 files changed, 2 insertions(+) create mode 100644 app/protected/.htaccess create mode 100644 framework/.htaccess diff --git a/app/protected/.htaccess b/app/protected/.htaccess new file mode 100644 index 0000000..e019832 --- /dev/null +++ b/app/protected/.htaccess @@ -0,0 +1 @@ +deny from all diff --git a/framework/.htaccess b/framework/.htaccess new file mode 100644 index 0000000..e019832 --- /dev/null +++ b/framework/.htaccess @@ -0,0 +1 @@ +deny from all