typos in authtest
This commit is contained in:
parent
59094cda51
commit
841f3922aa
@ -34,7 +34,7 @@ function authtest_content(&$a) {
|
||||
if(! $j)
|
||||
$o .= 'json_decode failure from remote site. ' . print_r($z['body'],true);
|
||||
$o .= 'Remote site responded: ' . print_r($j,true);
|
||||
if(j['success'] && strpos($j[message'],'Authentication Success'))
|
||||
if($j['success'] && strpos($j['message'],'Authentication Success'))
|
||||
$auth_success = true;
|
||||
}
|
||||
else {
|
||||
|
Reference in New Issue
Block a user