diff options
| author | emkael <emkael@tlen.pl> | 2014-10-06 12:47:03 +0200 |
|---|---|---|
| committer | emkael <emkael@tlen.pl> | 2014-10-06 12:47:03 +0200 |
| commit | 190488c052e1959b43f4b4bb8296a6687a0440ca (patch) | |
| tree | 92081ce42e7e650b12879058e04a899b068e4fb3 | |
| parent | 79b1127f992d49716da61f76af873b53f030cb02 (diff) | |
* .htaccess
| -rwxr-xr-x | bin/.htaccess | 2 | ||||
| -rwxr-xr-x | tests/.htaccess | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bin/.htaccess b/bin/.htaccess new file mode 100755 index 0000000..372a2e2 --- /dev/null +++ b/bin/.htaccess @@ -0,0 +1,2 @@ +Require all denied + diff --git a/tests/.htaccess b/tests/.htaccess new file mode 100755 index 0000000..372a2e2 --- /dev/null +++ b/tests/.htaccess @@ -0,0 +1,2 @@ +Require all denied + |
