aboutsummaryrefslogtreecommitdiff
path: root/classes/Constants.php
diff options
context:
space:
mode:
authorCamil Staps2016-07-28 10:09:30 +0200
committerCamil Staps2016-07-28 10:12:10 +0200
commit127d8394eda517cbe9f1a0b94e6f5ac303786c1a (patch)
treea83f62e8ce880d7440f1939293ba963715f6bd29 /classes/Constants.php
parentBraintree integration: first version (diff)
v0.5.1 secret files
Diffstat (limited to 'classes/Constants.php')
-rw-r--r--classes/Constants.php4
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';
}