Add an indicator to show the HTTP status of the site. (#483)

This commit is contained in:
Teromene 2017-03-18 19:02:18 +00:00 committed by GitHub
parent 155c0ac6f0
commit 59025d96bc
6 changed files with 29 additions and 4 deletions

View file

@ -3,7 +3,7 @@ class ABCTabsBridge extends BridgeAbstract {
const MAINTAINER = 'kranack';
const NAME = 'ABC Tabs Bridge';
const URI = 'http://www.abc-tabs.com/';
const URI = 'https://www.abc-tabs.com/';
const DESCRIPTION = 'Returns 22 newest tabs';
public function collectData(){