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

@@ -4,6 +4,9 @@
defined('DEBUG') or define('DEBUG', false);
defined('DEBUG_FILE') or define('DEBUG_FILE', __DIR__.'/../data/debug.log');
// Plugin directory
defined('PLUGINS_DIR') or define('PLUGINS_DIR', __DIR__.'/../plugins');
// Application version
defined('APP_VERSION') or define('APP_VERSION', 'master');