1
0
Fork 0
mirror of https://gitlab.com/niansa/discordlistforbots.git synced 2025-03-06 20:49:22 +01:00

Removed debug code

This commit is contained in:
niansa 2021-02-24 15:05:00 +01:00
parent 9bffa87004
commit 2568312ae7

View file

@ -17,10 +17,10 @@
<div style="text-align:center;">
<a href="/"><img src="/signature.png" style="width:20%"></a>
</div>
<%c++ if (/*sessionData*/true) {%>
<%c++ if (sessionData) {%>
<p style="position:fixed;top:0;left:0;margin:0;">
<a class="special-button noborder" href="/bots/@me">My bots</a>
<%c++ if (/*sessionData->moderator*/true) {%>
<%c++ if (sessionData->moderator) {%>
<a class="special-button noborder" href="/bots/@unapproved">Unapproved bots</a>
<%c++ }%>
<a class="special-button noborder" href="/bots/register">Register bot</a>