aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/ajax/mimeicon.php
blob: c531f5a3e81d89e26abd032885a08fb51c2b2131 (plain)
1
2
3
4
5
6
<?php
\OC::$server->getSession()->close();

$mime = isset($_GET['mime']) ? $_GET['mime'] : '';

print OC_Helper::mimetypeIcon($mime);