]> git.wh0rd.org - tt-rss.git/commitdiff
block listing of several util directories; deny access to config.php
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Apr 2013 18:01:02 +0000 (22:01 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Thu, 11 Apr 2013 18:01:10 +0000 (22:01 +0400)
.gitignore
.htaccess [new file with mode: 0644]
classes/.htaccess [new file with mode: 0644]
js/index.html [new file with mode: 0644]
lib/index.html [new file with mode: 0644]
locale/.htaccess [new file with mode: 0644]
plugins/index.html [new file with mode: 0644]
schema/.htaccess [new file with mode: 0644]
templates/.htaccess [new file with mode: 0644]
utils/.htaccess [new file with mode: 0644]

index d98c0efc3a52f908836f1b20d7cda69c2016bdc5..b4853806cf7ebe3780d9808cb60f1618e7023a78 100644 (file)
@@ -1,3 +1,4 @@
+/messages.mo
 *~
 *.DS_Store
 #*
diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..ed58470
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,7 @@
+AddType image/svg+xml svg
+AddType image/svg+xml svgz
+
+<Files "config.php">
+       Order deny,allow
+       Deny from all
+</Files>
diff --git a/classes/.htaccess b/classes/.htaccess
new file mode 100644 (file)
index 0000000..93169e4
--- /dev/null
@@ -0,0 +1,2 @@
+Order deny,allow
+Deny from all
diff --git a/js/index.html b/js/index.html
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/lib/index.html b/lib/index.html
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/locale/.htaccess b/locale/.htaccess
new file mode 100644 (file)
index 0000000..93169e4
--- /dev/null
@@ -0,0 +1,2 @@
+Order deny,allow
+Deny from all
diff --git a/plugins/index.html b/plugins/index.html
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/schema/.htaccess b/schema/.htaccess
new file mode 100644 (file)
index 0000000..93169e4
--- /dev/null
@@ -0,0 +1,2 @@
+Order deny,allow
+Deny from all
diff --git a/templates/.htaccess b/templates/.htaccess
new file mode 100644 (file)
index 0000000..93169e4
--- /dev/null
@@ -0,0 +1,2 @@
+Order deny,allow
+Deny from all
diff --git a/utils/.htaccess b/utils/.htaccess
new file mode 100644 (file)
index 0000000..93169e4
--- /dev/null
@@ -0,0 +1,2 @@
+Order deny,allow
+Deny from all