diff --git a/tverify/index/0.php b/tverify/index/0.php index 353e5ea..b33d134 100644 --- a/tverify/index/0.php +++ b/tverify/index/0.php @@ -35,7 +35,7 @@ $memid = $row['memid']; $firstname = trim($_SERVER["SSL_CLIENT_S_DN_G"]); - $lastname = trim($_SERVER["SSL_CLIENT_S_DN_S"]) + $lastname = trim($_SERVER["SSL_CLIENT_S_DN_S"]); $query = "select * from `users` where `fname`='$firstname' and `lname`='$lastname' and `id`='$memid'"; if(mysql_num_rows(mysql_query($query)) <= 0)