diff options
-rw-r--r-- | composer.json | 1 | ||||
-rw-r--r-- | config.default.php | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json index 77420703..e6dcee80 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,6 @@ { "name": "fguillot/kanboard", + "description": "Kanban project management software", "license": "MIT", "authors": [ { diff --git a/config.default.php b/config.default.php index 41f4cd03..a790e1ea 100644 --- a/config.default.php +++ b/config.default.php @@ -13,7 +13,7 @@ define('DEBUG_FILE', __DIR__.DIRECTORY_SEPARATOR.'data'.DIRECTORY_SEPARATOR.'deb // Plugins directory define('PLUGINS_DIR', 'data'.DIRECTORY_SEPARATOR.'plugins'); -// Folder for uploaded files, don't forget the trailing slash +// Folder for uploaded files define('FILES_DIR', 'data'.DIRECTORY_SEPARATOR.'files'); // E-mail address for the "From" header (notifications) |