diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-01-21 22:18:42 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-01-21 22:18:42 +0100 |
commit | d2383338ded4fb980737062234584b29c284a4d5 (patch) | |
tree | c3a9488cec20a2693a8c0f319c99b4a84a83c9c4 /settings/routes.php | |
parent | 30274ee33ed837088f662c1949a5b3a291cd6801 (diff) | |
download | nextcloud-server-d2383338ded4fb980737062234584b29c284a4d5.tar.gz nextcloud-server-d2383338ded4fb980737062234584b29c284a4d5.zip |
External JSON for the Apps
Diffstat (limited to 'settings/routes.php')
-rw-r--r-- | settings/routes.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/settings/routes.php b/settings/routes.php index bac1f61fc50..1c766837dd1 100644 --- a/settings/routes.php +++ b/settings/routes.php @@ -53,6 +53,8 @@ $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'); +$this->create('apps_custom', '/settings/js/apps-custom.js') + ->actionInclude('settings/js/apps-custom.php'); // admin $this->create('settings_ajax_getlog', '/settings/ajax/getlog.php') ->actionInclude('settings/ajax/getlog.php'); |