ss
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -252,7 +252,8 @@ public function isGoogleFolderCreated($cust_id) | ... | @@ -252,7 +252,8 @@ public function isGoogleFolderCreated($cust_id) |
| 252 | echo "<a class='logout' href='?logout'>Logout</a>"; | 252 | echo "<a class='logout' href='?logout'>Logout</a>"; |
| 253 | } else { | 253 | } else { |
| 254 | $authUrl = $client->createAuthUrl(); | 254 | $authUrl = $client->createAuthUrl(); |
| 255 | print "<a class='login' href='$authUrl'>Connect Me!</a>"; | 255 | print "<a class='login' href='$authUrl'>Connect Me!</a><br/>"; |
| 256 | echo "<a class='logout' href='?logout'>Logout</a>"; | ||
| 256 | } | 257 | } |
| 257 | 258 | ||
| 258 | } | 259 | } | ... | ... |
-
Please register or sign in to post a comment