Browse Source
fix(maintenanceMode): Refresh web page when turned off (part 1)
Signed-off-by: Josh <josh.t.richards@gmail.com>
pull/53528/head
Josh
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
lib/base.php
|
|
@ -242,6 +242,7 @@ class OC { |
|
|
|
// render error page
|
|
|
|
$template = Server::get(ITemplateManager::class)->getTemplate('', 'update.user', 'guest'); |
|
|
|
\OCP\Util::addScript('core', 'maintenance'); |
|
|
|
\OCP\Util::addScript('core', 'common'); |
|
|
|
\OCP\Util::addStyle('core', 'guest'); |
|
|
|
$template->printPage(); |
|
|
|
die(); |
|
|
|