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 'lib/private/http/client/client.php')
-rw-r--r--lib/private/http/client/client.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/http/client/client.php b/lib/private/http/client/client.php
index bd9e82ddae7..f3824b8ce11 100644
--- a/lib/private/http/client/client.php
+++ b/lib/private/http/client/client.php
@@ -72,7 +72,7 @@ class Client implements IClient {
}
}
- $this->client->setDefaultOption('headers/User-Agent', 'ownCloud Server Crawler');
+ $this->client->setDefaultOption('headers/User-Agent', 'Nextcloud Server Crawler');
if($this->getProxyUri() !== '') {
$this->client->setDefaultOption('proxy', $this->getProxyUri());
}