added .htaccess to application and system folder to help prevent public access if installed in web root
diff --git a/application/.htaccess b/application/.htaccess
new file mode 100644
index 0000000..14249c5
--- /dev/null
+++ b/application/.htaccess
@@ -0,0 +1 @@
+Deny from all
\ No newline at end of file
diff --git a/system/.htaccess b/system/.htaccess
new file mode 100644
index 0000000..14249c5
--- /dev/null
+++ b/system/.htaccess
@@ -0,0 +1 @@
+Deny from all
\ No newline at end of file