mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-09-01 20:23:39 +02:00
feat: token authentication (#3927)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<script src="static/rss-bridge.js"></script>
|
||||
|
||||
<script>
|
||||
document.addEventListener('DOMContentLoaded', rssbridge_toggle_bridge);
|
||||
document.addEventListener('DOMContentLoaded', rssbridge_list_search);
|
||||
@@ -42,20 +42,6 @@
|
||||
|
||||
<?= $active_bridges ?>/<?= $total_bridges ?> active bridges.<br>
|
||||
|
||||
<?php if ($active_bridges !== $total_bridges): ?>
|
||||
<?php if ($show_inactive): ?>
|
||||
<a href="?show_inactive=0">
|
||||
<button class="small">Hide inactive bridges</button>
|
||||
</a>
|
||||
<br>
|
||||
<?php else: ?>
|
||||
<a href="?show_inactive=1">
|
||||
<button class="small">Show inactive bridges</button>
|
||||
</a>
|
||||
<br>
|
||||
<?php endif; ?>
|
||||
<?php endif; ?>
|
||||
|
||||
<br>
|
||||
|
||||
<?php if ($admin_email): ?>
|
||||
|
Reference in New Issue
Block a user