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:
authorJulius Härtl <jus@bitgrid.net>2020-03-11 16:06:25 +0300
committerJulius Härtl <jus@bitgrid.net>2020-03-11 16:06:25 +0300
commitbba26cb2ebf48413ed938af572ee46b7cb9f0ba2 (patch)
tree56d651c210a12db278ec00b97fe87ca8446c5a9f /core/templates
parent24d0fb9fcd8b190b6c16c4608c95785036b1eb31 (diff)
Move install scripts to bundle
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/installation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index e4a232fc965..5a351e97416 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -1,6 +1,6 @@
<?php
script('core', [
- 'installation'
+ 'dist/install'
]);
?>
<input type='hidden' id='hasMySQL' value='<?php p($_['hasMySQL']) ?>'>