Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Axton authored Apr 11, 2022
1 parent 0b52f86 commit 06882ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Public/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<h5 class="text-muted">One time view encrypted message sharing system</h5>
<br><br>

<textarea type="text" class="form-control" id="floatingInput" placeholder="Secret message" required name="data"><?= getSubmittedKey() ?></textarea>
<textarea type="text" class="form-control" id="floatingInput" name="data" placeholder="Secret message" <?= ifTextBoxDisabled(); ?> required><?= getSubmittedKey() ?></textarea>

<?= determineSubmissionFooter() ?>

Expand All @@ -37,4 +37,4 @@

</body>

</html>
</html>

0 comments on commit 06882ff

Please sign in to comment.