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
02985c9ec5
nextcloud
/
apps
/
files
/
ajax
/
mimeicon.php
5 lines
90 B
PHP
Raw
Normal View
History
Unescape
Escape
mimetype icon improvements
2011-10-08 23:18:47 +04:00
<
?
php
kill OC::$session maintain deprecated \OC::$session when getting or setting the session via the server container or UserSession restore order os OC::$session and OC::$CLI remove unneded initialization of dummy session write back session when $useCustomSession is true log warning when deprecated app is used
2014-07-16 21:40:22 +04:00
\OC
::
$server
->
getSession
()
->
close
();
mimetype icon improvements
2011-10-08 23:18:47 +04:00
print
OC_Helper
::
mimetypeIcon
(
$_GET
[
'mime'
]);