summaryrefslogtreecommitdiff
path: root/app/Controller/Config.php
diff options
context:
space:
mode:
Diffstat (limited to 'app/Controller/Config.php')
-rw-r--r--app/Controller/Config.php13
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