Remove discontinued RPort open-source
This commit is contained in:
parent
d611cb2faf
commit
6383d257a5
1 changed files with 0 additions and 14 deletions
|
|
@ -1,14 +0,0 @@
|
|||
<?php
|
||||
|
||||
class RPort extends PatchBase {
|
||||
function __construct() {
|
||||
parent::__construct('CloudRadar', 'RPort', 'https://oss.rport.io/');
|
||||
}
|
||||
function check() : bool {
|
||||
if ($this->fetch_json('https://api.github.com/repos/cloudradar-monitoring/rport/releases/latest'))
|
||||
return $this->parse_json('tag_name');
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
?>
|
||||
Loading…
Add table
Add a link
Reference in a new issue