diff --git a/modules/PipePipe.php b/modules/PipePipe.php deleted file mode 100644 index f0906e4..0000000 --- a/modules/PipePipe.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch_json('https://api.github.com/repos/InfinityLoop1308/PipePipe/releases/latest')) - return $this->parse_json('tag_name'); - return false; - } -} - -?> diff --git a/modules/Tubular.php b/modules/Tubular.php deleted file mode 100644 index adeffb1..0000000 --- a/modules/Tubular.php +++ /dev/null @@ -1,14 +0,0 @@ -fetch_json('https://api.github.com/repos/polymorphicshade/Tubular/releases/latest')) - return $this->parse_json('tag_name'); - return false; - } -} - -?>