Update profile.php

This commit is contained in:
jakani24
2024-01-15 17:54:17 +01:00
parent 92ab78ed20
commit caf051d66e

View File

@@ -72,6 +72,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#exampleModal">
Launch demo modal
</button>
<a href="#exampleModal">?</a>
</label>
<input type="text" class="form-control" id="perms" name="perms" value="<?php echo($perms); ?>" required readonly>
</div>
@@ -98,10 +99,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
<div class="modal-body">
...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>