Subversion Repositories Applications.framework

Rev

Rev 263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 263 Rev 264
Line 191... Line 191...
191
     * @return bool
191
     * @return bool
192
     */
192
     */
193
    public function verify($params, &$identity = "", $extensions = null)
193
    public function verify($params, &$identity = "", $extensions = null)
194
    {
194
    {
Line 195... Line -...
195
    	
-
 
196
    	echo '<pre>'.print_r($params, true).'</pre>';
-
 
197
    	
-
 
198
        $version = 1.1;
195
    	
199
        if (isset($params['openid_ns']) &&
196
        if (isset($params['openid_ns']) &&
200
            $params['openid_ns'] == $this->NS_2_0) {
197
            $params['openid_ns'] == $this->NS_2_0) {
201
            $version = 2.0;
198
            $version = 2.0;