Revert "Made it all a bit more user friendly"

This reverts commit b3a872a8c6.
This commit is contained in:
Jesse James Isler 2022-04-04 13:20:34 +02:00
parent b3a872a8c6
commit 6bc7901b4e
1 changed files with 0 additions and 2 deletions

View File

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