diff --git a/plugins/check/.htaccess b/plugins/check/.htaccess new file mode 100644 index 0000000..3636565 --- /dev/null +++ b/plugins/check/.htaccess @@ -0,0 +1,5 @@ +Order deny,allow +Deny from all +Allow from localhost +Allow from 127.0.0.1 +Allow from ::1 diff --git a/plugins/displaylog/.htaccess b/plugins/displaylog/.htaccess new file mode 100644 index 0000000..3636565 --- /dev/null +++ b/plugins/displaylog/.htaccess @@ -0,0 +1,5 @@ +Order deny,allow +Deny from all +Allow from localhost +Allow from 127.0.0.1 +Allow from ::1