diff options
Diffstat (limited to 'src/openid/wrapper.php')
| -rw-r--r-- | src/openid/wrapper.php | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/src/openid/wrapper.php b/src/openid/wrapper.php new file mode 100644 index 0000000..cb57f4e --- /dev/null +++ b/src/openid/wrapper.php @@ -0,0 +1,27 @@ +<?php +/** + * OpenID + * + * PHP Version 5.2.0+ + * + * @category Auth + * @package OpenID + * @author Bill Shupp <hostmaster@shupp.org> + * @copyright 2009 Bill Shupp + * @license http://www.opensource.org/licenses/bsd-license.php FreeBSD + * @link http://github.com/shupp/openid + */ +?> +<html> + <head> + <title>PEAR OpenID Debug</title> + <link rel="stylesheet" href="/css/debug.css" type="text/css" /> + </head> + <body> +<?php +if (isset($contents)) { + echo $contents; +} +?> + </body> +</html> |
