Files
ibsite/user/login.php
2019-03-30 22:43:34 -04:00

7 lines
116 B
PHP

<?php
require_once("config.php");
$authUrl = $client->createAuthUrl();
header("Location: ".$authUrl);
?>