From dff33d02dcdd0531cee80fa497c4cbb138101af9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Fri, 23 Dec 2022 01:46:18 +0100 Subject: [PATCH] Continued: - removed .htaccess files (please block db/ by yourself!) - but at least keep these directories MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- contrib/.htaccess | 1 - db/.htaccess | 1 - db/city_data/.gitkeep | 0 db/city_data/.htaccess | 1 - db/city_lots/.gitkeep | 0 db/city_lots/.htaccess | 1 - db/city_sections/.gitkeep | 0 db/city_sections/.htaccess | 1 - db/game_options/.gitkeep | 0 db/game_options/.htaccess | 1 - db/news/.gitkeep | 0 db/news/.htaccess | 1 - db/region_data/.gitkeep | 0 db/region_data/.htaccess | 1 - db/region_map/.gitkeep | 0 db/region_map/.htaccess | 1 - db/user/.gitkeep | 0 db/user/.htaccess | 1 - db/user_points/.gitkeep | 0 db/user_points/.htaccess | 1 - templates/.htaccess | 1 - templates/images/.htaccess | 1 - 22 files changed, 13 deletions(-) delete mode 100644 contrib/.htaccess delete mode 100644 db/.htaccess create mode 100644 db/city_data/.gitkeep delete mode 100644 db/city_data/.htaccess create mode 100644 db/city_lots/.gitkeep delete mode 100644 db/city_lots/.htaccess create mode 100644 db/city_sections/.gitkeep delete mode 100644 db/city_sections/.htaccess create mode 100644 db/game_options/.gitkeep delete mode 100644 db/game_options/.htaccess create mode 100644 db/news/.gitkeep delete mode 100644 db/news/.htaccess create mode 100644 db/region_data/.gitkeep delete mode 100644 db/region_data/.htaccess create mode 100644 db/region_map/.gitkeep delete mode 100644 db/region_map/.htaccess create mode 100644 db/user/.gitkeep delete mode 100644 db/user/.htaccess create mode 100644 db/user_points/.gitkeep delete mode 100644 db/user_points/.htaccess delete mode 100644 templates/.htaccess delete mode 100644 templates/images/.htaccess diff --git a/contrib/.htaccess b/contrib/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/contrib/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/db/.htaccess b/db/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/db/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/db/city_data/.gitkeep b/db/city_data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/db/city_data/.htaccess b/db/city_data/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/db/city_data/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/db/city_lots/.gitkeep b/db/city_lots/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/db/city_lots/.htaccess b/db/city_lots/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/db/city_lots/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/db/city_sections/.gitkeep b/db/city_sections/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/db/city_sections/.htaccess b/db/city_sections/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/db/city_sections/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/db/game_options/.gitkeep b/db/game_options/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/db/game_options/.htaccess b/db/game_options/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/db/game_options/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/db/news/.gitkeep b/db/news/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/db/news/.htaccess b/db/news/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/db/news/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/db/region_data/.gitkeep b/db/region_data/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/db/region_data/.htaccess b/db/region_data/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/db/region_data/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/db/region_map/.gitkeep b/db/region_map/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/db/region_map/.htaccess b/db/region_map/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/db/region_map/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/db/user/.gitkeep b/db/user/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/db/user/.htaccess b/db/user/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/db/user/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/db/user_points/.gitkeep b/db/user_points/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/db/user_points/.htaccess b/db/user_points/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/db/user_points/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/templates/.htaccess b/templates/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/templates/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all diff --git a/templates/images/.htaccess b/templates/images/.htaccess deleted file mode 100644 index 3a42882..0000000 --- a/templates/images/.htaccess +++ /dev/null @@ -1 +0,0 @@ -Deny from all -- 2.39.5