diff options
Diffstat (limited to 'settings/routes.php')
-rw-r--r-- | settings/routes.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/settings/routes.php b/settings/routes.php index 71de81aa6c4..6778a2ab828 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -6,9 +6,6 @@ * See the COPYING-README file. */ -// Necessary to include changepassword controller -OC::$CLASSPATH['OC\Settings\ChangePassword\Controller'] = 'settings/ajax/changepassword.php'; - // Settings pages $this->create('settings_help', '/settings/help') ->actionInclude('settings/help.php'); |