Quellcode durchsuchen

Change gmail.com to www.gmail.com, as only the latter now responds with XRDS headers

Fixes issue 3.
tags/0.6
Chris Smith vor 15 Jahren
Ursprung
Commit
f4cd0e8e9a
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      examples/basic/index.php

+ 1
- 1
examples/basic/index.php Datei anzeigen

@@ -131,7 +131,7 @@
131 131
   <form action="<?PHP echo htmlentities($_SERVER['REQUEST_URI']); ?>"
132 132
 	method="post">
133 133
    <ul>
134
-    <li><label><input type="radio" name="openid_type" value="gmail.com"> <img src="google.png" alt="Google"> Login with my Google account</label></li>
134
+    <li><label><input type="radio" name="openid_type" value="www.gmail.com"> <img src="google.png" alt="Google"> Login with my Google account</label></li>
135 135
     <li><label><input type="radio" name="openid_type" value="yahoo.com"> <img src="yahoo.png" alt="Yahoo!"> Login with my Yahoo! account</label></li>
136 136
     <li><label><input type="radio" name="openid_type" value="openid_url" checked="checked"> Login with another OpenID identity:</label> <br>
137 137
         <input type="text" name="openid_url" id="openid_url"></li>

Laden…
Abbrechen
Speichern