Skip to content

Commit 6af4242

Browse files
committed
Add shared devices to sidebar
1 parent 69a1767 commit 6af4242

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

inc/functions.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,7 @@ function printAdminSidebar()
469469
if (hasPrivilege(Privileges::AdminManageUsers)) {
470470
echo '<li><a href="index.php?p=102"><i class="fa fa-user"></i> Users</a></li>';
471471
echo '<li><a href="index.php?p=140"><i class="fa fa-users"></i> Clans</a></li>';
472+
echo '<li><a href="index.php?p=142"><i class="fa fa-laptop"></i> Shared Devices</a></li>';
472473
}
473474

474475
if (hasPrivilege(Privileges::AdminManageReports))

0 commit comments

Comments
 (0)