diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2013-02-16 23:53:58 -0500 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2013-02-16 23:53:58 -0500 |
| commit | cc45e2e33b07cd27a87300f5d239394a14569308 (patch) | |
| tree | 874bf217675634692ac0a43e4641d58cc1abbf13 /bin | |
| parent | 4203ecc0b3c482e7dd687d70aa326fe7ad9365b0 (diff) | |
| parent | 87d20c63af02ae573853da2cb82d7323a56677b5 (diff) | |
Merge branch 'master' into jquery_190
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/.htaccess | 8 | ||||
| -rw-r--r-- | bin/README | 5 |
2 files changed, 13 insertions, 0 deletions
diff --git a/bin/.htaccess b/bin/.htaccess new file mode 100755 index 00000000..a3815526 --- /dev/null +++ b/bin/.htaccess @@ -0,0 +1,8 @@ +DirectoryIndex .htaccess +SetHandler Gallery_Security_Do_Not_Remove +Options None +<IfModule mod_rewrite.c> +RewriteEngine off +</IfModule> +Order allow,deny +Deny from all diff --git a/bin/README b/bin/README new file mode 100644 index 00000000..ec09639f --- /dev/null +++ b/bin/README @@ -0,0 +1,5 @@ +This directory contains utility software that Gallery uses to perform +image manipulation and other useful functions. It should not be +accessible from a web browser, and by default it's empty. Gallery +will instruct you when it's appropriate to download software and +install it here. |
