Minor changes
This commit is contained in:
parent
1af0e43813
commit
06e9486c59
|
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"name": "fguillot/kanboard",
|
||||
"description": "Kanban project management software",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue