summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/mimeicon.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files/ajax/mimeicon.php')
-rw-r--r--apps/files/ajax/mimeicon.php11
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/files/ajax/mimeicon.php b/apps/files/ajax/mimeicon.php
new file mode 100644
index 00000000000..57898cd82d9
--- /dev/null
+++ b/apps/files/ajax/mimeicon.php
@@ -0,0 +1,11 @@
+<?php
+
+// no need for apps
+$RUNTIME_NOAPPS=false;
+
+// Init owncloud
+
+
+print OC_Helper::mimetypeIcon($_GET['mime']);
+
+?>