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:
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index 99a52f9..2c4ac37 100644
--- a/index.php
+++ b/index.php
@@ -40,6 +40,7 @@ class RecursiveDirectoryIteratorWithoutData extends \RecursiveFilterIterator {
public function accept() {
/** @var \DirectoryIterator $this */
$excludes = [
+ '.rnd',
'.well-known',
'data',
'..',
@@ -318,6 +319,7 @@ class Updater {
'themes',
'updater',
// Files
+ '.rnd',
'index.html',
'indie.json',
'.user.ini',
@@ -461,6 +463,7 @@ class Updater {
$this->silentLog('[info] createBackup()');
$excludedElements = [
+ '.rnd',
'.well-known',
'data',
];