fixed mario noob

This commit is contained in:
ui0ppk 2023-01-25 20:53:30 +02:00
parent 2be2047e18
commit c416381be0
2 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,7 @@ require_once 'core/config.php';
$getitstarted = new PartyStarter;
$getitstarted->buildloggedoutheader();
$passwordiswrong = false;
$user = new User($con, 0);
if(isset($_POST['submit'])) {
$username = $_POST['username'];
$password = $_POST['pass'];

View File

@ -10,6 +10,7 @@ $getitstarted = new PartyStarter;
$getitstarted->buildloggedoutheader();
$passwordconfirmiswrong = false;
$passwordistooshort = false;
$user = new User($con, 0);
$userexists = false;
if(isset($_POST['submit'])) {
$username = $_POST['username'];