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

github.com/nextcloud/mail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-08-04 17:21:04 +0300
committerGitHub <noreply@github.com>2016-08-04 17:21:04 +0300
commit212d32326349f6fc40b235ea0c3bdd741b282451 (patch)
tree7b3ca57156063ccbbdbbfc5189d30409791cee27 /templates
parentac21a8cd95b7ec084ff00013a5ce54c2e8640c01 (diff)
parenta6ef6387f0569cc82954ed1b33f7014982c6341a (diff)
Merge pull request #1573 from owncloud/increase-minimum-core-version
increase min core version to 9.0 and remove all version hacks
Diffstat (limited to 'templates')
-rw-r--r--templates/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/index.php b/templates/index.php
index 7e8f91c7a..dfcbf6711 100644
--- a/templates/index.php
+++ b/templates/index.php
@@ -40,7 +40,6 @@ if ($_['debug']) {
?>
<input type="hidden" id="config-installed-version" value="<?php p($_['app-version']); ?>">
-<input type="hidden" id="has-dav-support" value="<?php p($_['has-dav-support']); ?>">
<div id="user-displayname"
style="display: none"><?php p(\OCP\User::getDisplayName(\OCP\User::getUser())); ?></div>