All alldebrid premium check

This commit is contained in:
2025-11-11 20:00:08 +01:00
parent b4b75f9545
commit 9435225c8c
4 changed files with 74 additions and 4 deletions

View File

@@ -33,6 +33,18 @@
{% endif %}
</header>
{% if session.alldebrid_active is defined %}
{% if session.alldebrid_active %}
<div class="second-header">
✅ Service fonctionnel
</div>
{% else %}
<div class="second-header">
⚠️ Service en panne, je répare !
</div>
{% endif %}
{% endif %}
<main>
{% block content %}{% endblock %}
</main>