trim the email address so you cant end up with an address like " " (blank spaces)
This commit is contained in:
@@ -105,6 +105,8 @@
|
||||
|
||||
send_header("Judges Registration");
|
||||
|
||||
$_POST['email']=trim($_POST['email']);
|
||||
|
||||
if($_POST['action']=="login" && ( $_POST['email'] || $_SESSION['email']) )
|
||||
{
|
||||
if($_POST['email'])
|
||||
|
||||
Reference in New Issue
Block a user