mirror of
https://github.com/nextcloud/server.git
synced 2025-10-26 19:21:34 +00:00
Merge pull request #13184 from owncloud/fix-key
Verify existence of $_GET key
This commit is contained in:
commit
b4606ec24f
@ -1,4 +1,6 @@
|
||||
<?php
|
||||
\OC::$server->getSession()->close();
|
||||
|
||||
print OC_Helper::mimetypeIcon($_GET['mime']);
|
||||
$mime = isset($_GET['mime']) ? $_GET['mime'] : '';
|
||||
|
||||
print OC_Helper::mimetypeIcon($mime);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user