Browse Source

stackoverflow told me to

Brendan Abolivier 8 years ago
parent
commit
fd7b7bbd3c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      auth.php

+ 1
- 1
auth.php View File

68
 				if($v->verify($m, "pocsecret")) {
68
 				if($v->verify($m, "pocsecret")) {
69
 					$name = explode(";", $m->getIdentifier());
69
 					$name = explode(";", $m->getIdentifier());
70
 					$username = join("", $name);
70
 					$username = join("", $name);
71
-					$user = authenticate_user_login($username, sesskey());
71
+					$user = authenticate_user_login($username, null);
72
 
72
 
73
 
73
 
74
 					if($user) {
74
 					if($user) {