diff options
Diffstat (limited to 'settings/routes.php')
-rw-r--r-- | settings/routes.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/settings/routes.php b/settings/routes.php index 150746665d3..942d9b0fb28 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -37,8 +37,6 @@ $this->create('settings_help', '/settings/help') ->actionInclude('settings/help.php'); $this->create('settings_personal', '/settings/personal') ->actionInclude('settings/personal.php'); -$this->create('settings_settings', '/settings') - ->actionInclude('settings/settings.php'); $this->create('settings_users', '/settings/users') ->actionInclude('settings/users.php'); $this->create('settings_apps', '/settings/apps') |