diff options
author | Camil Staps | 2016-07-28 10:09:30 +0200 |
---|---|---|
committer | Camil Staps | 2016-07-28 10:12:10 +0200 |
commit | 127d8394eda517cbe9f1a0b94e6f5ac303786c1a (patch) | |
tree | a83f62e8ce880d7440f1939293ba963715f6bd29 /README.md | |
parent | Braintree integration: first version (diff) |
v0.5.1 secret files
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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) |