- <html>
- <head>
- <title>Zend OpenID Server Example</title>
- <link rel="openid2.provider" href="<?php echo $this->server;?>" />
- <link rel="openid2.local_id" href="<?php echo $this->server . '?openid=' . $this->name;?>" />
- </head>
- <body>
- <?php echo $this->server . '?openid2=' . $this->name;?>
- </body>
- </html>
|