cb57f4ec8f4d9cf35ad2f9db18a162b8c1155ef4
[phorkie.git] / src / openid / wrapper.php
1 <?php
2 /**
3  * OpenID 
4  * 
5  * PHP Version 5.2.0+
6  * 
7  * @category  Auth
8  * @package   OpenID
9  * @author    Bill Shupp <hostmaster@shupp.org> 
10  * @copyright 2009 Bill Shupp
11  * @license   http://www.opensource.org/licenses/bsd-license.php FreeBSD
12  * @link      http://github.com/shupp/openid
13  */
14 ?>
15 <html>
16     <head>
17         <title>PEAR OpenID Debug</title>
18         <link rel="stylesheet" href="/css/debug.css" type="text/css" />
19     </head>
20     <body>
21 <?php
22 if (isset($contents)) {
23     echo $contents;
24 }
25 ?>
26     </body>
27 </html>