diff options
author | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-01 20:10:36 -0500 |
---|---|---|
committer | BlueRaja <BlueRaja.admin@gmail.com> | 2013-06-01 20:10:36 -0500 |
commit | 951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 (patch) | |
tree | fc7b196ca0d91c1c71dcd945aa9667c7af0134fa /includes/HybridAuth/resources/openid_realm.html | |
parent | e58a3b8b3702b22c903b02a9b4fa1020d6797459 (diff) | |
download | pathery-951330c9f83c8c8ee98f65fdccb5797e2e59d1f3.tar.xz |
A partial commit of the auth stuff, in case my upcoming changes break anything
Diffstat (limited to 'includes/HybridAuth/resources/openid_realm.html')
-rw-r--r-- | includes/HybridAuth/resources/openid_realm.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/includes/HybridAuth/resources/openid_realm.html b/includes/HybridAuth/resources/openid_realm.html new file mode 100644 index 0000000..78b1b1d --- /dev/null +++ b/includes/HybridAuth/resources/openid_realm.html @@ -0,0 +1,13 @@ +<html> + <head> + <title>HybridAuth Endpoint</title> + <meta name="robots" content="NOINDEX, NOFOLLOW"> + <meta http-equiv="X-XRDS-Location" content="{X_XRDS_LOCATION}" /> + </head> + <body> + <h3 style="margin-bottom: 2px;">HybridAuth</h3> + Open Source Social Sign On PHP Library. + <br /> + <a href="http://hybridauth.sourceforge.net/" style="color:green;text-decoration:none;">hybridauth.sourceforge.net/</a> + </body> +</html> |