fixed mario noob
This commit is contained in:
parent
2be2047e18
commit
c416381be0
|
|
@ -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'];
|
||||
|
|
|
|||
|
|
@ -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'];
|
||||
|
|
|
|||
Loading…
Reference in New Issue