summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2017-06-14 14:11:28 +0200
committerGitHub <noreply@github.com>2017-06-14 14:11:28 +0200
commita7abac5897438c8775b0010781ca67301d5226e6 (patch)
treee315af8b068539b4f32ce86100f0e99cfea8fc68 /core
parentf3f3d077aeb72b32621b31e82451a86bd72bf779 (diff)
parent0f83cdc78e4a383beba1be220197e77e852036eb (diff)
downloadnextcloud-server-a7abac5897438c8775b0010781ca67301d5226e6.tar.gz
nextcloud-server-a7abac5897438c8775b0010781ca67301d5226e6.zip
Merge pull request #5392 from nextcloud/maintenance-mode-style
Use the guest.css for the maintenance page as well
Diffstat (limited to 'core')
-rw-r--r--core/templates/singleuser.user.php10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/templates/singleuser.user.php b/core/templates/singleuser.user.php
deleted file mode 100644
index ba01c9385f2..00000000000
--- a/core/templates/singleuser.user.php
+++ /dev/null
@@ -1,10 +0,0 @@
-<ul>
- <li class='update'>
- <?php p($l->t('This Nextcloud instance is currently in single user mode.')) ?><br><br>
- <?php p($l->t('This means only administrators can use the instance.')) ?><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>
- <a class="button" <?php print_unescaped(OC_User::getLogoutAttribute()); ?>><?php p($l->t('Log out')); ?></a>
- </li>
-</ul>