mirror of
https://github.com/nextcloud/server.git
synced 2026-02-21 00:45:24 -05:00
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.
8 lines
438 B
PHP
8 lines
438 B
PHP
<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('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>
|
|
</ul>
|