aboutsummaryrefslogtreecommitdiffstats
path: root/settings/routes.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2012-10-28 18:52:18 +0100
committerBart Visscher <bartv@thisnet.nl>2012-10-29 15:04:55 +0100
commit1bdd0c949bca2f68da0ab3f47efbec10a7e51702 (patch)
tree62fbadd89e54810cc4c60ba6887cb0bc3e8d28f5 /settings/routes.php
parentab4ade0d24e9bba51bbdaac9a5fe06a3eff63355 (diff)
downloadnextcloud-server-1bdd0c949bca2f68da0ab3f47efbec10a7e51702.tar.gz
nextcloud-server-1bdd0c949bca2f68da0ab3f47efbec10a7e51702.zip
Move and fix app setting navigation detect
Diffstat (limited to 'settings/routes.php')
-rw-r--r--settings/routes.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/routes.php b/settings/routes.php
index 4f4f83e4542..64f4650eb8c 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -51,6 +51,8 @@ $this->create('settings_ajax_enableapp', '/settings/ajax/enableapp.php')
->actionInclude('settings/ajax/enableapp.php');
$this->create('settings_ajax_disableapp', '/settings/ajax/disableapp.php')
->actionInclude('settings/ajax/disableapp.php');
+$this->create('settings_ajax_navigationdetect', '/settings/ajax/navigationdetect.php')
+ ->actionInclude('settings/ajax/navigationdetect.php');
// admin
$this->create('settings_ajax_getlog', '/settings/ajax/getlog.php')
->actionInclude('settings/ajax/getlog.php');