8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
10 lines
304 B
PHTML
10 lines
304 B
PHTML
<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>
|