1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-31 22:00:23 +02:00

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 DansTonChatBridge extends BridgeAbstract {
const MAINTAINER = 'Astalaseven';
const NAME = 'DansTonChat Bridge';
const URI = 'http://danstonchat.com/';
const URI = 'https://danstonchat.com/';
const CACHE_TIMEOUT = 21600; //6h
const DESCRIPTION = 'Returns latest quotes from DansTonChat.';