Changeset 1392672
- Timestamp:
- 04/12/2016 05:51:53 AM (10 years ago)
- Location:
- gp-google-login
- Files:
-
- 2 edited
-
tags/1.0/index.php (modified) (1 diff)
-
trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
gp-google-login/tags/1.0/index.php
r1388905 r1392672 257 257 echo '</div><div class="clear"></div>'; 258 258 }else{ 259 if (!$client->getAccessToken()) { 259 //if (!$client->getAccessToken()) 260 { 260 261 if($_SESSION['state']){ 261 262 $state=$_SESSION['state']; -
gp-google-login/trunk/index.php
r1388905 r1392672 257 257 echo '</div><div class="clear"></div>'; 258 258 }else{ 259 if (!$client->getAccessToken()) { 259 //if (!$client->getAccessToken()) 260 { 260 261 if($_SESSION['state']){ 261 262 $state=$_SESSION['state'];
Note: See TracChangeset
for help on using the changeset viewer.