You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cacert-testmgr/external/ZendFramework-1.9.5/demos/Zend/OpenId/templates/identity2.phtml

11 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>