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/identity.phtml

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