There was an error while loading. Please reload this page.
1 parent 69a1767 commit 6af4242Copy full SHA for 6af4242
1 file changed
inc/functions.php
@@ -469,6 +469,7 @@ function printAdminSidebar()
469
if (hasPrivilege(Privileges::AdminManageUsers)) {
470
echo '<li><a href="index.php?p=102"><i class="fa fa-user"></i> Users</a></li>';
471
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>';
473
}
474
475
if (hasPrivilege(Privileges::AdminManageReports))
0 commit comments