Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
ali.ajellu committed Jun 2, 2010
1 parent b370a43 commit 76a0c2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Physics-toronto/src/php/ajaxServices/securityCheck.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
$result = curl_exec($ch);
curl_close($ch);

$notMember = strstr($result, "failed=true");
$notMember = strstr($result, "failed=true") || trim($result) == '';

if($notMember){
$_SESSION['msg'] = $msg;
Expand Down

0 comments on commit 76a0c2d

Please sign in to comment.