diff --git a/composer.json b/composer.json index 774207034..e6dcee80e 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 41f4cd039..a790e1ea0 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)