OwnCloud: Renaming
This commit is contained in:
parent
9b7bbf2e01
commit
6e7870a3fb
1 changed files with 2 additions and 2 deletions
14
modules/OwnCloudServer.php
Normal file
14
modules/OwnCloudServer.php
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
<?php
|
||||
|
||||
class OwnCloudServer extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('ownCloud GmbH', 'ownCloud Server', 'https://owncloud.com/download-server/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch('https://owncloud.com/download-server/'))
|
||||
return $this->parse('/Version: <strong>ownCloud Server ([\d\.]+)<\/strong>/');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue