summaryrefslogtreecommitdiff
path: root/config.default.php
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-10-24 18:04:18 -0400
committerFrederic Guillot <fred@kanboard.net>2015-10-24 18:04:18 -0400
commit1fed12e353bed19a0f7ab1167048ab982a100b58 (patch)
tree74c5f5cda11d05714ec914fbd710530245033fed /config.default.php
parent58759f1dfcc516152b6eeb4e223dd3b6c5eb4c39 (diff)
Remove trailing slash for FILES_DIR
Diffstat (limited to 'config.default.php')
-rw-r--r--config.default.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.default.php b/config.default.php
index 77d45729..41f4cd03 100644
--- a/config.default.php
+++ b/config.default.php
@@ -14,7 +14,7 @@ define('DEBUG_FILE', __DIR__.DIRECTORY_SEPARATOR.'data'.DIRECTORY_SEPARATOR.'deb
define('PLUGINS_DIR', 'data'.DIRECTORY_SEPARATOR.'plugins');
// Folder for uploaded files, don't forget the trailing slash
-define('FILES_DIR', 'data'.DIRECTORY_SEPARATOR.'files'.DIRECTORY_SEPARATOR);
+define('FILES_DIR', 'data'.DIRECTORY_SEPARATOR.'files');
// E-mail address for the "From" header (notifications)
define('MAIL_FROM', 'notifications@kanboard.local');