|
|
|
@ -44,10 +44,6 @@ $this->create('core_ajax_routes', '/core/routes.json') |
|
|
|
->action('OC_Router', 'JSRoutes'); |
|
|
|
$this->create('core_ajax_preview', '/core/preview.png') |
|
|
|
->actionInclude('core/ajax/preview.php'); |
|
|
|
$this->create('core_ajax_trashbin_preview', '/core/trashbinpreview.png') |
|
|
|
->actionInclude('core/ajax/trashbinpreview.php'); |
|
|
|
$this->create('core_ajax_public_preview', '/core/publicpreview.png') |
|
|
|
->actionInclude('core/ajax/publicpreview.php'); |
|
|
|
OC::$CLASSPATH['OC_Core_LostPassword_Controller'] = 'core/lostpassword/controller.php'; |
|
|
|
$this->create('core_lostpassword_index', '/lostpassword/') |
|
|
|
->get() |
|
|
|
|