added error message in text box

This commit is contained in:
tracer 2022-10-30 16:01:29 +01:00
parent c6c88456cf
commit 6abe519a44
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
<script src="/assets/js/functions.js"></script>
<?php if ($message): ?>
<script>setError('<?= $message ?>')</script>
<?php endif; ?>
</body>
</html>