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:
parent
9bffa87004
commit
2568312ae7
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue