Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mimeicon.php « ajax « files « apps - github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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']);