fix(maintenanceMode): Refresh web page when turned off (part 1)

Signed-off-by: Josh <josh.t.richards@gmail.com>
This commit is contained in:
Josh 2025-06-16 15:41:59 -04:00 committed by backportbot[bot]
parent 7ff9bbdfa8
commit be486552f2

View file

@ -246,6 +246,7 @@ class OC {
// render error page
$template = new OC_Template('', 'update.user', 'guest');
\OCP\Util::addScript('core', 'maintenance');
\OCP\Util::addScript('core', 'common');
\OCP\Util::addStyle('core', 'guest');
$template->printPage();
die();