Skip to content

Commit

Permalink
Update Settings.php
Browse files Browse the repository at this point in the history
  • Loading branch information
lechiluan committed May 3, 2023
1 parent a120e55 commit af0affc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ class="rounded-circle me-2"
<div class="mb-3">
<label for="email" class="form-label">Email</label>
<input type="email" class="form-control" id="email" name="email"
value="<?php echo $row['Email']; ?>" required
value="<?php echo $row['Email']; ?>" required readonly
style="background-color: #e9ecef;">
</div>
<div class="mb-3">
Expand Down

0 comments on commit af0affc

Please sign in to comment.