diff options
| author | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-10 20:55:53 +0200 |
|---|---|---|
| committer | Tristan Zur <tzur@webserver.ccwn.org> | 2015-06-10 20:55:53 +0200 |
| commit | 406abd7c4df1ace2cd3e4e17159e8941a2e8c0c4 (patch) | |
| tree | a324be16021f44f2fd6d55e609f47024e945b1db /bin | |
Initial import
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 0000000..a381552 --- /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 0000000..ec09639 --- /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. |
