Nextcloud: Renaming
This commit is contained in:
parent
cfc43cfd3d
commit
9b7bbf2e01
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<?php
|
||||
|
||||
class Nextcloud extends PatchBase {
|
||||
class NextcloudServer extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('Nextcloud GmbH', 'Nextcloud', 'https://nextcloud.com/install/');
|
||||
parent::__construct('Nextcloud GmbH', 'Nextcloud Server', 'https://nextcloud.com/install/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://nextcloud.com/install/'))
|
||||
Loading…
Add table
Add a link
Reference in a new issue