16203884 by Jeff Balicki

aa

1 parent 1344c1eb
......@@ -251,6 +251,10 @@ public function isGoogleFolderCreated($cust_id)
echo "Created = " . $token->created . '<br/>';
echo "<a class='logout' href='?logout'>Logout</a>";
$authUrl = $client->createAuthUrl();
print "<a class='login' href='$authUrl'>Connect Me!</a>";
}
}
\ No newline at end of file
......