summaryrefslogtreecommitdiff
path: root/doc/config.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.markdown')
-rw-r--r--doc/config.markdown8
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
-------------------------