This commit is contained in:
ksar 2022-12-22 17:13:11 +01:00 committed by GitHub
parent 2b106519e2
commit 1b03c423b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -226,7 +226,7 @@ if ($result) {
// Tick
if ($obj->bydefault == 1) {
print '<td class="center">';
print '<a class="reposition" href="perms.php?pid='.$obj->id.'&amp;action=remove">';
print '<a class="reposition" href="perms.php?pid='.$obj->id.'&amp;action=remove&token='.newToken().'">';
//print img_edit_remove();
print img_picto('', 'switch_on');
print '</a>';