mirror of https://github.com/itflow-org/itflow
Update admin_role.php
This commit is contained in:
parent
5fccf5ffd4
commit
d0998b7d0d
|
|
@ -21,7 +21,7 @@ $sql = mysqli_query(
|
|||
$num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
|
||||
?>
|
||||
<div class="alert alert-warning"><strong>Roles are still in development. Permissions may not be fully enforced.</strong></div>
|
||||
<div class="alert alert-warning text-center"><strong>Roles are still in development. Permissions may not be fully enforced.</strong></div>
|
||||
|
||||
<div class="card card-dark">
|
||||
<div class="card-header py-2">
|
||||
|
|
|
|||
Loading…
Reference in New Issue