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:
authorGeorg Ehrke <developer@georgehrke.com>2014-05-31 19:50:39 +0400
committerGeorg Ehrke <developer@georgehrke.com>2014-05-31 19:50:39 +0400
commit020255b4e545413fd724fbd397662f6c4265caa3 (patch)
treeb2b552307d14c571f2e800760c892e1ea3d17c53 /settings/routes.php
parentc8636ca4d9528faf42b1cd877bb73e56d26244cf (diff)
add button for properly uninstalling apps
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 0e0f293b9be..433c5d5706e 100644
--- a/settings/routes.php
+++ b/settings/routes.php
@@ -67,6 +67,8 @@ $this->create('settings_ajax_disableapp', '/settings/ajax/disableapp.php')
->actionInclude('settings/ajax/disableapp.php');
$this->create('settings_ajax_updateapp', '/settings/ajax/updateapp.php')
->actionInclude('settings/ajax/updateapp.php');
+$this->create('settings_ajax_uninstallapp', '/settings/ajax/uninstallapp.php')
+ ->actionInclude('settings/ajax/uninstallapp.php');
$this->create('settings_ajax_navigationdetect', '/settings/ajax/navigationdetect.php')
->actionInclude('settings/ajax/navigationdetect.php');
$this->create('apps_custom', '/settings/js/apps-custom.js')