Made it all a bit more user friendly

This commit is contained in:
Jesse James Isler 2022-04-04 13:16:58 +02:00
parent 7f3816f372
commit b3a872a8c6
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
if ($_POST['user'] && $_POST['pass']) {
$user = $_POST['user'];
$pass = $_POST['pass'];
@ -20,4 +21,5 @@ echo '
';
}
}
}
?>