16203884 by Jeff Balicki

aa

1 parent 1344c1eb
...@@ -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
......