diff --git a/Source/index.php b/Source/index.php index 901a859..a80d27a 100644 --- a/Source/index.php +++ b/Source/index.php @@ -1,9 +1,9 @@ run(); diff --git a/Source/src/users.php b/Source/src/users.php index 2e6b63f..e639c7f 100644 --- a/Source/src/users.php +++ b/Source/src/users.php @@ -54,7 +54,7 @@ function register($email,$emailre,$pass,$passre,$nick,$db){ return 'POST_ERROR'; $state = $db->register($email,$pass,$nick); if($state == 'CORRECT') { - return checklogin($email, $pass,$db); + return ""; }else { return $state; }