aa
Showing
1 changed file
with
4 additions
and
0 deletions
| ... | @@ -251,6 +251,10 @@ public function isGoogleFolderCreated($cust_id) | ... | @@ -251,6 +251,10 @@ public function isGoogleFolderCreated($cust_id) |
| 251 | echo "Created = " . $token->created . '<br/>'; | 251 | echo "Created = " . $token->created . '<br/>'; |
| 252 | echo "<a class='logout' href='?logout'>Logout</a>"; | 252 | echo "<a class='logout' href='?logout'>Logout</a>"; |
| 253 | 253 | ||
| 254 | $authUrl = $client->createAuthUrl(); | ||
| 255 | print "<a class='login' href='$authUrl'>Connect Me!</a>"; | ||
| 256 | |||
| 257 | |||
| 254 | } | 258 | } |
| 255 | 259 | ||
| 256 | } | 260 | } |
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or sign in to post a comment