diff options
Diffstat (limited to 'ratatoeskr')
-rw-r--r-- | ratatoeskr/.htaccess | 4 | ||||
-rw-r--r-- | ratatoeskr/backend/main.php | 0 | ||||
-rw-r--r-- | ratatoeskr/plugin_extradata/.htaccess | 4 | ||||
-rw-r--r-- | ratatoeskr/templates/.htaccess | 4 |
4 files changed, 12 insertions, 0 deletions
diff --git a/ratatoeskr/.htaccess b/ratatoeskr/.htaccess new file mode 100644 index 0000000..dec4e25 --- /dev/null +++ b/ratatoeskr/.htaccess @@ -0,0 +1,4 @@ +<FilesMatch "\.php$"> + Order Allow,Deny + Deny from all +</FilesMatch> diff --git a/ratatoeskr/backend/main.php b/ratatoeskr/backend/main.php new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/ratatoeskr/backend/main.php diff --git a/ratatoeskr/plugin_extradata/.htaccess b/ratatoeskr/plugin_extradata/.htaccess new file mode 100644 index 0000000..19469bf --- /dev/null +++ b/ratatoeskr/plugin_extradata/.htaccess @@ -0,0 +1,4 @@ +<Files *> + Order Allow,Deny + Deny from all +</Files> diff --git a/ratatoeskr/templates/.htaccess b/ratatoeskr/templates/.htaccess new file mode 100644 index 0000000..19469bf --- /dev/null +++ b/ratatoeskr/templates/.htaccess @@ -0,0 +1,4 @@ +<Files *> + Order Allow,Deny + Deny from all +</Files> |