aboutsummaryrefslogtreecommitdiffstats
path: root/core/templates/update.user.php
diff options
context:
space:
mode:
authorkondou <kondou@ts.unde.re>2013-07-04 14:28:12 +0200
committerkondou <kondou@ts.unde.re>2014-09-09 17:26:11 +0200
commit69f2c0544e80ae1b47a715b3d8e586ac2bfffe98 (patch)
tree693f69163a366c209bf5e2ac6faab4dac05ea1a5 /core/templates/update.user.php
parentdc99fd768ac99c380f1110c7bd4dd84d03256cd8 (diff)
downloadnextcloud-server-69f2c0544e80ae1b47a715b3d8e586ac2bfffe98.tar.gz
nextcloud-server-69f2c0544e80ae1b47a715b3d8e586ac2bfffe98.zip
Refresh if maintenance mode is over
Using status.php for this. I modified status.php to also show, whether we're in maintenance. Checks every 20 seconds if maintenance is over, if yes: reload.
Diffstat (limited to 'core/templates/update.user.php')
-rw-r--r--core/templates/update.user.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/update.user.php b/core/templates/update.user.php
index bb93f0fad00..77a5892e174 100644
--- a/core/templates/update.user.php
+++ b/core/templates/update.user.php
@@ -1,7 +1,7 @@
<ul>
<li class='update'>
<?php p($l->t('This ownCloud instance is currently being updated, which may take a while.')) ?><br/><br/>
- <?php p($l->t('Please reload this page after a short time to continue using ownCloud.')) ?><br/><br/>
+ <?php p($l->t('This page will refresh itself when the ownCloud instance is available again.')) ?><br/><br/>
<?php p($l->t('Contact your system administrator if this message persists or appeared unexpectedly.')) ?><br/><br/>
<?php p($l->t('Thank you for your patience.')); ?><br/><br/>
</li>