Skip to content

Commit

Permalink
Merge pull request #13 from tmaclean/fix_iphone_auth_error
Browse files Browse the repository at this point in the history
Fix iphone auth error
  • Loading branch information
hollie committed Nov 17, 2012
2 parents a08416e + 027fa23 commit a28dc62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/bin/get_auth.pl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@

# Authority: anyone

return "$Authorized";
return (($Authorized)?"$Authorized":'none');

0 comments on commit a28dc62

Please sign in to comment.