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:
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r--core/templates/installation.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index b9ab19f0357..5bdf8b0cc96 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -1,7 +1,5 @@
<?php
-script('core', [
- 'dist/install'
-]);
+script('core', 'dist/install');
?>
<input type='hidden' id='hasMySQL' value='<?php p($_['hasMySQL']) ?>'>
<input type='hidden' id='hasSQLite' value='<?php p($_['hasSQLite']) ?>'>