Add config parameter PLUGINS_DIR
This commit is contained in:
@@ -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/');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user