Bitwarden Server: class renamed

This commit is contained in:
Steffen Lange 2021-01-26 11:43:06 +01:00
parent 30bc289ff2
commit 1975ce597d

View file

@ -1,14 +0,0 @@
<?php
class Bitwarden_rs extends PatchBase {
function __construct() {
parent::__construct('Daniel García', 'Bitwarden in Rust', 'https://github.com/dani-garcia/bitwarden_rs');
}
function check() : bool {
if ($this->fetch('https://api.github.com/repos/dani-garcia/bitwarden_rs/releases/latest', true))
return $this->parse_json('tag_name');
return false;
}
}
?>