add link to register.php from login.php
This commit is contained in:
parent
8c48309fc2
commit
32f62a9e86
@ -10,6 +10,8 @@
|
||||
|
||||
<h2>Login</h2>
|
||||
|
||||
<p>If you're new here, <a href='register.php'>register first</a>.
|
||||
|
||||
<?php
|
||||
$errors = [];
|
||||
if (!isset($_SESSION['nickname']) && !isset($_POST['nickname'])) {
|
||||
|
Loading…
Reference in New Issue
Block a user