This website requires JavaScript.
Explore
Help
Register
Sign In
mbk-lab
/
nextcloud
Watch
2
Star
0
Fork
You've already forked nextcloud
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e055a411ea
nextcloud
/
apps
/
files
/
ajax
/
mimeicon.php
5 lines
77 B
PHP
Raw
Normal View
History
Unescape
Escape
mimetype icon improvements
2011-10-08 23:18:47 +04:00
<
?
php
close the session on all file operations
2014-03-10 17:39:27 +04:00
\OC
::
$session
->
close
();
mimetype icon improvements
2011-10-08 23:18:47 +04:00
print
OC_Helper
::
mimetypeIcon
(
$_GET
[
'mime'
]);