diff options
author | Frédéric Guillot <fred@kanboard.net> | 2019-02-02 10:50:22 -0800 |
---|---|---|
committer | Frédéric Guillot <fred@kanboard.net> | 2019-02-02 10:50:22 -0800 |
commit | ba5878e7869655feda1983967ba80e7c2e811676 (patch) | |
tree | 48129560a67fb783752e79d04c57c4a5bf10df07 /config.default.php | |
parent | 233fd1a8a1e4da808ce34f91194a423522e5c478 (diff) |
Update ChangeLog
Diffstat (limited to 'config.default.php')
-rw-r--r-- | config.default.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config.default.php b/config.default.php index d845b277..ad260cf1 100644 --- a/config.default.php +++ b/config.default.php @@ -24,7 +24,9 @@ define('PLUGINS_DIR', __DIR__.DIRECTORY_SEPARATOR.'plugins'); // Plugins directory URL define('PLUGIN_API_URL', 'https://kanboard.org/plugins.json'); -// Enable/Disable plugin installer (Disabled by default for security reason) +// Enable/Disable plugin installer (Disabled by default for security reasons) +// There is no code review or any approval process to submit a plugin. +// This is up to the Kanboard instance owner to validate if a plugin is legit. define('PLUGIN_INSTALLER', false); // Available cache drivers are "file" and "memory" |