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 = new PartyStarter;
|
||||||
$getitstarted->buildloggedoutheader();
|
$getitstarted->buildloggedoutheader();
|
||||||
$passwordiswrong = false;
|
$passwordiswrong = false;
|
||||||
|
$user = new User($con, 0);
|
||||||
if(isset($_POST['submit'])) {
|
if(isset($_POST['submit'])) {
|
||||||
$username = $_POST['username'];
|
$username = $_POST['username'];
|
||||||
$password = $_POST['pass'];
|
$password = $_POST['pass'];
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@ $getitstarted = new PartyStarter;
|
||||||
$getitstarted->buildloggedoutheader();
|
$getitstarted->buildloggedoutheader();
|
||||||
$passwordconfirmiswrong = false;
|
$passwordconfirmiswrong = false;
|
||||||
$passwordistooshort = false;
|
$passwordistooshort = false;
|
||||||
|
$user = new User($con, 0);
|
||||||
$userexists = false;
|
$userexists = false;
|
||||||
if(isset($_POST['submit'])) {
|
if(isset($_POST['submit'])) {
|
||||||
$username = $_POST['username'];
|
$username = $_POST['username'];
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue