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:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2016-07-22 18:24:24 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2016-08-03 13:52:41 +0300
commit5e82f2d00878ff83ccbb2858113e497c85f7e25b (patch)
tree38f5fd312ad7d9419b09474deebc13cb4862bb53 /templates
parentf2eab9fcb6ab930ed6783cda2bd763fc8860c5a4 (diff)
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 4c122ebe1..ac0b2ed73 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>