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 /classes/Constants.php | |
parent | Braintree integration: first version (diff) |
v0.5.1 secret files
Diffstat (limited to 'classes/Constants.php')
-rw-r--r-- | classes/Constants.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/classes/Constants.php b/classes/Constants.php index fb2435d..fbac6cf 100644 --- a/classes/Constants.php +++ b/classes/Constants.php @@ -30,8 +30,6 @@ class Constants { /** @const files_folder The folder to store all files (appendices, invoices, etc.) in; with a trailing slash */ const files_folder = '/var/www/localhost/BusinessAdmin/files/'; - /** @const files_folder_external The external URI to this folder; with a trailing slash */ - const files_folder_external = 'http://localhost/BusinessAdmin/files/'; /** @const files_folder_trash The folder inside files_folder to use a trash, without any trailing slashes */ const files_folder_trash = 'trash'; @@ -80,5 +78,5 @@ class Constants { const password_cost = 10; /** @const version Version of BusinessAdmin. Don't change this yourself! */ - const version = '0.5'; + const version = '0.5.1'; } |