Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-09-13 19:03:13 +0400
committerkondou <kondou@ts.unde.re>2013-09-13 19:03:13 +0400
commit306a8681c5a4699d2f9e0375922000c85501def3 (patch)
treeb97b7a6dd235b3e826b37ca150ccb256743840b7 /settings/routes.php
parent2ae3ab98d847cbf795ee038b468376d53b069e0a (diff)
Move ajax/changepassword to changepassword/controller to use autoloading
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php3
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');