|
@@ -10,5 +10,5 @@ define('DB_HOSTNAME', 'localhost');
|
|
define('DB_NAME', 'kanboard_db');
|
|
define('DB_NAME', 'kanboard_db');
|
|
|
|
|
|
// Plugins
|
|
// Plugins
|
|
-define('PLUGINS_DIR', 'data/plugins');
|
|
|
|
|
|
+define('PLUGINS_DIR', __DIR__.DIRECTORY_SEPARATOR.'plugins');
|
|
define('PLUGIN_INSTALLER', true);
|
|
define('PLUGIN_INSTALLER', true);
|