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

github.com/nextcloud/updater.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-04-04 10:45:32 +0300
committerGitHub <noreply@github.com>2022-04-04 10:45:32 +0300
commitcba8874b3e72ddfa775e333a89f14068b8775eea (patch)
tree5b38e4b421388db72932e3531ed361c44f48c9b3
parent1d775f7d701669c1a237ae3e9f76ff5b5326639e (diff)
parent1f5326edb177a88e1f97106f88330c8280bc7982 (diff)
Merge pull request #412 from nextcloud/enh/noid/add-dist-folder-to-index.php
add dist folder to index.php as well
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 6151bef..03b5558 100644
--- a/index.php
+++ b/index.php
@@ -326,6 +326,7 @@ class Updater {
'config',
'core',
'data',
+ 'dist',
'l10n',
'lib',
'ocs',