This commit is contained in:
Mario 2023-01-25 22:08:51 +02:00 committed by GitHub
parent d194908642
commit 81ebd6f0a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ require_once 'core/classes/User.php';
require_once 'core/config.php';
$getitstarted = new PartyStarter;
$getitstarted->buildloggedoutheader();
$getitstarted->header();
$passwordconfirmiswrong = false;
$passwordistooshort = false;
$user = new User($con, 0);