Add config parameter PLUGINS_DIR

This commit is contained in:
Frederic Guillot
2015-09-22 21:27:02 -04:00
parent 9523ff44c0
commit 2af45250c4
4 changed files with 17 additions and 3 deletions

View File

@@ -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
-------------------------