summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2021-12-02 00:08:08 +0100
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-01-08 10:11:58 +0100
commitb664aad7abdca5327684b1218ac78fa172f8acb3 (patch)
tree0c1b04c2f8d3cf9b68d82e430f4754ff523a5f71 /core/templates
parent8ee7c20e4d634f85a9b481b4a829cc65e277bc69 (diff)
downloadnextcloud-server-b664aad7abdca5327684b1218ac78fa172f8acb3.tar.gz
nextcloud-server-b664aad7abdca5327684b1218ac78fa172f8acb3.zip
Move bundles to /dist
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/installation.php2
-rw-r--r--core/templates/login.php2
-rw-r--r--core/templates/recommendedapps.php2
3 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 5bdf8b0cc96..78d6e6e97a2 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -1,5 +1,5 @@
<?php
-script('core', 'dist/install');
+script('core', 'install');
?>
<input type='hidden' id='hasMySQL' value='<?php p($_['hasMySQL']) ?>'>
<input type='hidden' id='hasSQLite' value='<?php p($_['hasSQLite']) ?>'>
diff --git a/core/templates/login.php b/core/templates/login.php
index eab2ee4c604..6b4b9285240 100644
--- a/core/templates/login.php
+++ b/core/templates/login.php
@@ -1,6 +1,6 @@
<?php /** @var \OCP\IL10N $l */ ?>
<?php
-script('core', 'dist/login');
+script('core', 'login');
?>
<div id="login"></div>
diff --git a/core/templates/recommendedapps.php b/core/templates/recommendedapps.php
index 2fe13355278..e51189ec137 100644
--- a/core/templates/recommendedapps.php
+++ b/core/templates/recommendedapps.php
@@ -21,7 +21,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-script('core', 'dist/recommendedapps');
+script('core', 'recommendedapps');
?>