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:
authorLukas Reschke <lukas@statuscode.ch>2013-01-11 20:24:10 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-01-11 20:24:10 +0400
commite11b650d2e28725fe88e6da3975e66d585e59d5e (patch)
treebc26d004803f9cb305cee28e23bb64eb67d1aa32 /settings/routes.php
parent1631ee4d607f90d573264c1801e5f6955bdcb974 (diff)
Remove OpenID from the router
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/settings/routes.php b/settings/routes.php
index 8239fe005db..60e01527105 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -57,8 +57,4 @@ $this->create('settings_ajax_navigationdetect', '/settings/ajax/navigationdetect
$this->create('settings_ajax_getlog', '/settings/ajax/getlog.php')
->actionInclude('settings/ajax/getlog.php');
$this->create('settings_ajax_setloglevel', '/settings/ajax/setloglevel.php')
- ->actionInclude('settings/ajax/setloglevel.php');
-
-// apps/user_openid
-$this->create('settings_ajax_openid', '/settings/ajax/openid.php')
- ->actionInclude('settings/ajax/openid.php');
+ ->actionInclude('settings/ajax/setloglevel.php'); \ No newline at end of file