diff options
author | Robin Appelman <icewind@owncloud.com> | 2014-08-21 14:15:43 +0200 |
---|---|---|
committer | Robin Appelman <icewind@owncloud.com> | 2014-08-31 10:47:50 +0200 |
commit | 1361bbb1e6a47266cf3a11b2ddba77706522d9e0 (patch) | |
tree | 7051743b5c3e07f54053e537258f3ae139c774ba /settings/routes.php | |
parent | e64aa330fdd6ce6180a0ffcf3634dbcae31abfff (diff) | |
download | nextcloud-server-1361bbb1e6a47266cf3a11b2ddba77706522d9e0.tar.gz nextcloud-server-1361bbb1e6a47266cf3a11b2ddba77706522d9e0.zip |
Cleanup routes
Diffstat (limited to 'settings/routes.php')
-rw-r--r-- | settings/routes.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/settings/routes.php b/settings/routes.php index c7bab409d4b..191b5febbd7 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -62,9 +62,9 @@ $this->create('settings_ajax_restorekeys', '/settings/ajax/restorekeys.php') ->actionInclude('settings/ajax/restorekeys.php'); $this->create('settings_ajax_deletekeys', '/settings/ajax/deletekeys.php') ->actionInclude('settings/ajax/deletekeys.php'); -$this->create('core_cert_post', '/settings/ajax/addRootCertificate.php') +$this->create('settings_cert_post', '/settings/ajax/addRootCertificate') ->actionInclude('settings/ajax/addRootCertificate.php'); -$this->create('core_cert_remove', '/settings/ajax/removeRootCertificate.php') +$this->create('settings_cert_remove', '/settings/ajax/removeRootCertificate') ->actionInclude('settings/ajax/removeRootCertificate.php'); // apps $this->create('settings_ajax_apps_ocs', '/settings/ajax/apps/ocs.php') |