diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-09-22 21:27:02 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-09-22 21:27:02 -0400 |
commit | 2af45250c46b431823a9bfaa28e393c70fb931d8 (patch) | |
tree | a172be4a0b7b5b4f219459ea207a0f454c7dbffb /config.default.php | |
parent | 9523ff44c04bf915e8b819ba8502ea5d20127d17 (diff) |
Add config parameter PLUGINS_DIR
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.default.php b/config.default.php index d3e18b8a..e3c6116d 100644 --- a/config.default.php +++ b/config.default.php @@ -10,6 +10,9 @@ define('DEBUG', false); // Debug file path define('DEBUG_FILE', __DIR__.'/data/debug.log'); +// Plugins directory +define('PLUGINS_DIR', 'data/plugins'); + // Folder for uploaded files, don't forget the trailing slash define('FILES_DIR', 'data/files/'); |