OpenID in PHP

Xageroth Sekarius xageroth at gmail.com
Wed Jun 29 12:51:47 PDT 2005


> //Get secret
>      $secret = shell_exec('cat
> /tmp/oid-shared_secret-'.$_GET['openid_assoc_handle'].'.secret');
> 

You do know that's dangerous, right?
Register globals is defaulted off to avoid this kind of code.


More information about the yadis mailing list