Compare commits

..

No commits in common. "3ff406d053992c5944952c15ec448a624330dee9" and "c6c88456cfa94fe68bd719103e41d660e0899406" have entirely different histories.

2 changed files with 6 additions and 4 deletions

View File

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

View File

@ -5,6 +5,12 @@
<?php else: ?> <?php else: ?>
<br> <br>
<?php if ($message): ?>
<div class="info">
<?= $message ?>
</div>
<?php endif; ?>
<form method="POST"> <form method="POST">
<label for="nick">Username</label> <label for="nick">Username</label>
<input type="text" name="nick" id="nick"> <input type="text" name="nick" id="nick">