Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-05-16 17:40:02 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-05-16 17:45:00 +0300
commit0cfcccee29652c83e6c898bc487fe09bb54e0c22 (patch)
treeeb4aaf2473f1801017a0188ae1cd7d536d68966f /lib/base.php
parent633a1981428a1b94626ea6447c9ee305162c01dd (diff)
Migrate the maintenance script to a modern module and bundle
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'lib/base.php')
-rw-r--r--lib/base.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/base.php b/lib/base.php
index 735bb8b7725..30d57153de9 100644
--- a/lib/base.php
+++ b/lib/base.php
@@ -292,7 +292,7 @@ class OC {
// render error page
$template = new OC_Template('', 'update.user', 'guest');
- OC_Util::addScript('maintenance-check');
+ OC_Util::addScript('dist/maintenance');
OC_Util::addStyle('core', 'guest');
$template->printPage();
die();