Update profile.php

This commit is contained in:
jakani24
2024-01-15 17:55:01 +01:00
parent caf051d66e
commit fe7a5a6e8e

View File

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