Change the permission name from device_username to device_user.

This commit is contained in:
markjcrane
2016-06-10 11:02:17 -06:00
parent bf03b763ea
commit c30efdaa21
2 changed files with 2 additions and 2 deletions

View File

@@ -1346,7 +1346,7 @@ require_once "resources/require.php";
echo " </tr>\n";
}
if (permission_exists('device_username')) {
if (permission_exists('device_user')) {
echo "<tr>\n";
echo "<td class='vncell' valign='top' align='left' nowrap='nowrap'>\n";
echo " ".$text['label-user']."\n";