typo
This commit is contained in:
parent
9c18d90676
commit
fa4f40d022
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue