diff options
-rw-r--r-- | Auth/OpenID.php | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Auth/OpenID.php b/Auth/OpenID.php new file mode 100644 index 0000000..b94f43c --- /dev/null +++ b/Auth/OpenID.php @@ -0,0 +1,24 @@ +<?php + +/** + * This is the PHP OpenID library by JanRain, Inc. + * + * This module contains core utility functionality used by the + * library. See Consumer.php and Server.php for the consumer and + * server implementations. + * + * PHP versions 4 and 5 + * + * LICENSE: See the COPYING file included in this distribution. + * + * @package OpenID + * @author JanRain, Inc. <openid@janrain.com> + * @copyright 2005 Janrain, Inc. + * @license http://www.gnu.org/copyleft/lesser.html LGPL + */ + +class Auth_OpenID { + +} + +?>
\ No newline at end of file |