public
Description: All-in-one PHP package to install an OpenId server
Homepage: http://blog.alexgirard.com/2008/04/10/openid-install-your-own-server/
Clone URL: git://github.com/alx/openid-server.git
verify is defined
alx (author)
Fri May 09 03:30:10 -0700 2008
commit  a86940b4ae78b77e4e46c487ad76e2ebbccd03f4
tree    f1d2033484f7f9bac8f2c19800710673b35522ba
parent  873652e8a0bc7c5baf5601c75872f234b8a9258f
...
97
98
99
100
 
 
 
101
102
103
...
97
98
99
 
100
101
102
103
104
105
0
@@ -97,7 +97,9 @@ define('Auth_OpenID_punct',
0
        "!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~");
0
 
0
 if (Auth_OpenID_getMathLib() === null) {
0
- define('Auth_OpenID_NO_MATH_SUPPORT', true);
0
+ if(!defined('Auth_OpenID_NO_MATH_SUPPORT')){
0
+ define('Auth_OpenID_NO_MATH_SUPPORT', true);
0
+ }
0
 }
0
 
0
 /**

Comments

    No one has commented yet.