mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Move ajax/changepassword to changepassword/controller to use autoloading
This commit is contained in:
parent
2ae3ab98d8
commit
306a8681c5
2 changed files with 0 additions and 3 deletions
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Reference in a new issue