aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCamil Staps2016-07-28 10:09:30 +0200
committerCamil Staps2016-07-28 10:12:10 +0200
commit127d8394eda517cbe9f1a0b94e6f5ac303786c1a (patch)
treea83f62e8ce880d7440f1939293ba963715f6bd29 /README.md
parentBraintree integration: first version (diff)
v0.5.1 secret files
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index fd06d18..5538798 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,6 @@ In classes/constants.php, you should at least set the following options:
`ba_offer`, `ba_client`, etc.
* `files_folder`: the absolute path to the files folder (this is a folder in
the BusinessAdmin directory)
-* `files_folder_external`: an HTTP(S) URL to the same files folder
* `url_external`: the external HTTP(S) URL to BusinessAdmin
* `url_internal`: the same URL, without the domain part
@@ -84,6 +83,8 @@ Go to `/install/index.php?password_cost` to benchmark your system to find an
appropriate password cost. Set the constant `password_cost` in
`classes/constants.php` to this value.
+You need to deny any requests for any files in the /files folder.
+
## Permissions
The files folder will be used to put generated invoices in. Make your server
@@ -171,6 +172,7 @@ are listed by name and removal time. This way, you never really lose your file.
### 0.5 (Jul 28, 2016)
+0.5.1 Files are hidden from the world.
0.5 Braintree integration.
### 0.4 (Jul 26, 2016)