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 /doc/config.markdown | |
parent | 9523ff44c04bf915e8b819ba8502ea5d20127d17 (diff) |
Add config parameter PLUGINS_DIR
Diffstat (limited to 'doc/config.markdown')
-rw-r--r-- | doc/config.markdown | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/config.markdown b/doc/config.markdown index 5473ef9b..59302b4d 100644 --- a/doc/config.markdown +++ b/doc/config.markdown @@ -23,6 +23,14 @@ define('DEBUG_FILE', __DIR__.'/data/debug.log'); All debug information are saved in this file. If you prefer to send logs to `stdout` or `stderr` replace the value by `php://stdout` or `php://stderr`. +Plugins folder +-------------- + +```php +// Plugin directory +define('PLUGINS_DIR', 'data/plugins'); +``` + Folder for uploaded files ------------------------- |