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

@@ -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/');