From 2af45250c46b431823a9bfaa28e393c70fb931d8 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Tue, 22 Sep 2015 21:27:02 -0400 Subject: Add config parameter PLUGINS_DIR --- doc/config.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'doc') 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 ------------------------- -- cgit v1.2.3