diff options
| author | Frederic Guillot <fred@kanboard.net> | 2016-05-18 22:07:49 -0400 |
|---|---|---|
| committer | Frederic Guillot <fred@kanboard.net> | 2016-05-18 22:07:49 -0400 |
| commit | 49f43090b214c4346a114922696b7d9d96d2c02e (patch) | |
| tree | 418c2f2322cf59dc0a9bf0c65fe0d2c1030af6c3 /app/Controller/Config.php | |
| parent | bfd59d9e544028a1ea041806fd60e112f3a90167 (diff) | |
Added plugin controller (WIP)
Diffstat (limited to 'app/Controller/Config.php')
| -rw-r--r-- | app/Controller/Config.php | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/app/Controller/Config.php b/app/Controller/Config.php index deafd05b..abf6565c 100644 --- a/app/Controller/Config.php +++ b/app/Controller/Config.php @@ -65,19 +65,6 @@ class Config extends BaseController } /** - * Display the plugin page - * - * @access public - */ - public function plugins() - { - $this->response->html($this->helper->layout->config('config/plugins', array( - 'plugins' => $this->pluginLoader->plugins, - 'title' => t('Settings').' > '.t('Plugins'), - ))); - } - - /** * Display the application settings page * * @access public |
