Skip to content

Commit 39c99de

Browse files
urielsalisLordRalex
authored andcommitted
Start showing HJT in the index without being logged in (#23)
As viewing HJT doesnt require permissions, we should also show it in the index
1 parent a5e806c commit 39c99de

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

html/index.phtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444
<ul class="nav nav-sidebar">
4545
<li><a href="/">Overview</a></li>
4646
<li><a href="/factoid">Factoid Database</a></li>
47+
<li><a href="/hjt">HJT Management</a></li>
4748
<?php if ($isset) { ?>
48-
<li><a href="/hjt">HJT Management</a></li>
4949
<li><a href="/admin/ban">Ban Management</a></li>
5050
<li><a href="/admin/user">User Management</a></li>
5151
<li><a href="/admin/bot">Bot Management</a></li>
@@ -64,4 +64,4 @@
6464
</div>
6565
</div>
6666
</body>
67-
</html>
67+
</html>

0 commit comments

Comments
 (0)