summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--settings/changepassword/controller.php (renamed from settings/ajax/changepassword.php)0
-rw-r--r--settings/routes.php3
2 files changed, 0 insertions, 3 deletions
diff --git a/settings/ajax/changepassword.php b/settings/changepassword/controller.php
index 53bd69a2cd0..53bd69a2cd0 100644
--- a/settings/ajax/changepassword.php
+++ b/settings/changepassword/controller.php
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');