Update index.php

This commit is contained in:
jakani24
2024-01-14 16:18:35 +01:00
parent 285a90ced0
commit c3f5f73e85

View File

@@ -56,6 +56,7 @@ if(isset($_GET["page"])){
<li><a href="index.php?page=profile.php">Profile</a></li> <li><a href="index.php?page=profile.php">Profile</a></li>
<li><a href="index.php?page=passwd.php">Change Password</a></li> <li><a href="index.php?page=passwd.php">Change Password</a></li>
<li><a href="index.php?page=add_user.php">Add User</a></li> <li><a href="index.php?page=add_user.php">Add User</a></li>
<li><a href="index.php?page=user_list.php">User List</a></li>
</ul> </ul>
<p>Log</p> <p>Log</p>
<ul> <ul>