Update 'resources/views/access/list.php'
This commit is contained in:
parent
fa432a7806
commit
c8601651d8
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
||||||
<td style="text-align: right">
|
<td style="text-align: right">
|
||||||
<?php
|
<?php
|
||||||
if(!$a->getApp()->user_cant_remove_app) {
|
if(!$a->getApp()->user_cant_remove_app) {
|
||||||
echo '<a href="/gui/access/rm?id=<?php echo $a->id; ?>" class="btn btn-danger btn-sm">Remove Access</a>';
|
echo '<a href="/gui/access/rm?id='.$a->id.'" class="btn btn-danger btn-sm">Remove Access</a>';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
Reference in a new issue