Update add_user.php

This commit is contained in:
jakani24
2024-01-20 09:53:18 +01:00
parent 446fd9a716
commit 1702cb4b5d

View File

@@ -50,7 +50,8 @@ if($perms[0]!=="1"){
<label for="password">Password:</label> <label for="password">Password:</label>
<input type="password" class="form-control" id="password" name="password" required> <input type="password" class="form-control" id="password" name="password" required>
</div> </div>
<table class="table"> <label for="perms_table">Permissions:</label>
<table class="table" id="perms_table" name="perms_table">
<thead> <thead>
<tr> <tr>
<th scope="col">#</th> <th scope="col">#</th>