Update code base and doc to use kanboard.org domain
This commit is contained in:
@@ -20,7 +20,7 @@ defined('CACHE_DIR') or define('CACHE_DIR', DATA_DIR.DIRECTORY_SEPARATOR.'cache'
|
||||
|
||||
// Plugins settings
|
||||
defined('PLUGINS_DIR') or define('PLUGINS_DIR', ROOT_DIR.DIRECTORY_SEPARATOR.'plugins');
|
||||
defined('PLUGIN_API_URL') or define('PLUGIN_API_URL', 'https://kanboard.net/plugins.json');
|
||||
defined('PLUGIN_API_URL') or define('PLUGIN_API_URL', 'https://kanboard.org/plugins.json');
|
||||
defined('PLUGIN_INSTALLER') or define('PLUGIN_INSTALLER', true);
|
||||
|
||||
// Enable/disable debug
|
||||
|
||||
Reference in New Issue
Block a user