summaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/mimeicon.php
blob: 80d50f84528633c38ba13e6ec3fd3b6c74af715f (plain)
1
2
3
4
5
6
7
8
9
<?php

// no need for apps
$RUNTIME_NOAPPS=false;

// Init owncloud


print OC_Helper::mimetypeIcon($_GET['mime']);