Minor changes

This commit is contained in:
Frederic Guillot 2015-10-24 19:26:25 -04:00
parent 1af0e43813
commit 06e9486c59
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{ {
"name": "fguillot/kanboard", "name": "fguillot/kanboard",
"description": "Kanban project management software",
"license": "MIT", "license": "MIT",
"authors": [ "authors": [
{ {

View File

@ -13,7 +13,7 @@ define('DEBUG_FILE', __DIR__.DIRECTORY_SEPARATOR.'data'.DIRECTORY_SEPARATOR.'deb
// Plugins directory // Plugins directory
define('PLUGINS_DIR', 'data'.DIRECTORY_SEPARATOR.'plugins'); 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'); define('FILES_DIR', 'data'.DIRECTORY_SEPARATOR.'files');
// E-mail address for the "From" header (notifications) // E-mail address for the "From" header (notifications)