diff options
Diffstat (limited to 'settings/routes.php')
-rw-r--r-- | settings/routes.php | 6 |
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 |