diff options
author | 2018-04-06 22:45:33 +0200 | |
---|---|---|
committer | 2018-04-06 22:45:33 +0200 | |
commit | 178177e787786414243b92940afb77685b083d5b (patch) | |
tree | ad5c0addfd312e3822d31a85877290996a9488fd | |
parent | 1cb83ccea3f8429a0f6eef603618add99100771b (diff) | |
download | rss-bridge-2018-04-06.tar.gz rss-bridge-2018-04-06.tar.zst rss-bridge-2018-04-06.zip |
[index] Push version to 2018-04-062018-04-06
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -303,7 +303,7 @@ EOD; echo $inactiveBridges; ?> <section class="footer"> - <a href="https://github.com/RSS-Bridge/rss-bridge">RSS-Bridge 2017-08-19 ~ Public Domain</a><br /> + <a href="https://github.com/RSS-Bridge/rss-bridge">RSS-Bridge 2018-04-06 ~ Public Domain</a><br /> <?= $activeFoundBridgeCount; ?>/<?= count($bridgeList) ?> active bridges. <br /> <?php if($activeFoundBridgeCount !== count($bridgeList)) { |