diff options
author | Roeland Jago Douma <roeland@famdouma.nl> | 2015-07-09 13:04:53 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2015-07-09 13:40:13 +0200 |
commit | a727cbc7a92ce9e31bc3c3b2127ce4a66749d4b1 (patch) | |
tree | adb4d090f6271b0ce6604f2c62348812dc5316c8 /apps/files/appinfo | |
parent | 5c381ea5326501e316704b642aa5b82acd45b20b (diff) | |
download | nextcloud-server-a727cbc7a92ce9e31bc3c3b2127ce4a66749d4b1.tar.gz nextcloud-server-a727cbc7a92ce9e31bc3c3b2127ce4a66749d4b1.zip |
Remove ajax/mimeicon.php and its route
Diffstat (limited to 'apps/files/appinfo')
-rw-r--r-- | apps/files/appinfo/routes.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/appinfo/routes.php b/apps/files/appinfo/routes.php index ceeb3cdcc8a..5aa52f17a29 100644 --- a/apps/files/appinfo/routes.php +++ b/apps/files/appinfo/routes.php @@ -66,8 +66,6 @@ $this->create('files_ajax_getstoragestats', 'ajax/getstoragestats.php') ->actionInclude('files/ajax/getstoragestats.php'); $this->create('files_ajax_list', 'ajax/list.php') ->actionInclude('files/ajax/list.php'); -$this->create('files_ajax_mimeicon', 'ajax/mimeicon.php') - ->actionInclude('files/ajax/mimeicon.php'); $this->create('files_ajax_move', 'ajax/move.php') ->actionInclude('files/ajax/move.php'); $this->create('files_ajax_newfile', 'ajax/newfile.php') |