diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2017-06-14 14:11:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-06-14 14:11:28 +0200 |
commit | a7abac5897438c8775b0010781ca67301d5226e6 (patch) | |
tree | e315af8b068539b4f32ce86100f0e99cfea8fc68 /core | |
parent | f3f3d077aeb72b32621b31e82451a86bd72bf779 (diff) | |
parent | 0f83cdc78e4a383beba1be220197e77e852036eb (diff) | |
download | nextcloud-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.php | 10 |
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> |