Skip to content

Commit

Permalink
Merge pull request craigk5n#491 from RousselAaron/security-error-fix
Browse files Browse the repository at this point in the history
Update user_mgmt.php
  • Loading branch information
craigk5n authored Jul 31, 2024
2 parents e43f606 + 5144e03 commit b5a678e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user_mgmt.php
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,12 @@
<label class="col-5 for=" editEnabled"><?php etranslate('Enabled') ?>: </label>
<?php echo print_radio('editEnabled'); ?>
</div>
<?php if ($is_admin) { ?>
<div class="form-inline mt-1 mb-2" id="div-editIsAdmin">
<label class="col-5 for=" editIsAdmin"><?php etranslate('Admin') ?>: </label>
<?php echo print_radio('editIsAdmin'); ?>
</div>
<?php } ?>

<div class="modal-footer">
<button class="btn btn-secondary" data-dismiss="modal"
Expand Down

0 comments on commit b5a678e

Please sign in to comment.