initial commit
This commit is contained in:
7
user/login.php
Normal file
7
user/login.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
require_once("config.php");
|
||||
$authUrl = $client->createAuthUrl();
|
||||
header("Location: ".$authUrl);
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user