Update index.php

This commit is contained in:
jakani24
2024-01-14 14:44:49 +01:00
parent d7fb334973
commit 94b834f1cf

View File

@@ -29,6 +29,9 @@ $username="test";
<span class="navbar-text">
Cyberhex (<?php echo($page); ?>)
</span>
<span class="navbar-text text-center">
<?php echo($username); ?>
</span>
<span class="navbar-text text-right">
<a href="/logout.php">Logout</a>
</span>