summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-08-03 08:20:56 +0200
committerGitHub <noreply@github.com>2017-08-03 08:20:56 +0200
commit8fecc336ac78719777c1a11ee62c14f084b56d51 (patch)
tree9f45e47c5b47ce6a941b068d8e194b63ab6e154d /apps
parent21dd85678f2a1d613fc5cd1e1901785808747051 (diff)
parent585e5c6ea5057f3de5d798405a3ed1add673e91b (diff)
downloadnextcloud-server-8fecc336ac78719777c1a11ee62c14f084b56d51.tar.gz
nextcloud-server-8fecc336ac78719777c1a11ee62c14f084b56d51.zip
Merge pull request #5959 from nextcloud/drop-logo-claim
Logo claim is not used anymore
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/templates/public.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_sharing/templates/public.php b/apps/files_sharing/templates/public.php
index 2514fa3f921..a593e596dfb 100644
--- a/apps/files_sharing/templates/public.php
+++ b/apps/files_sharing/templates/public.php
@@ -47,7 +47,6 @@ $maxUploadFilesize = min($upload_max_filesize, $post_max_size);
</span>
</div>
- <div id="logo-claim" style="display:none;"><?php p($theme->getLogoClaim()); ?></div>
<div class="header-right">
<?php if (!isset($_['hideFileList']) || (isset($_['hideFileList']) && $_['hideFileList'] === false)) {
if ($_['server2serversharing']) {