8398c9048d
code was modified slightly, so the code differs from the original downloadable 1.9.5 version
9 lines
206 B
PHTML
9 lines
206 B
PHTML
<html>
|
|
<head>
|
|
<title>Zend OpenID Server Example</title>
|
|
<link rel="openid.server" href="<?php echo $this->server;?>" />
|
|
</head>
|
|
<body>
|
|
<?php echo $this->server . '?openid=' . $this->name;?>
|
|
</body>
|
|
</html>
|