identity2.phtml 304 B

12345678910
  1. <html>
  2. <head>
  3. <title>Zend OpenID Server Example</title>
  4. <link rel="openid2.provider" href="<?php echo $this->server;?>" />
  5. <link rel="openid2.local_id" href="<?php echo $this->server . '?openid=' . $this->name;?>" />
  6. </head>
  7. <body>
  8. <?php echo $this->server . '?openid2=' . $this->name;?>
  9. </body>
  10. </html>