summaryrefslogtreecommitdiffstats
path: root/utils/google-oauth2.php
blob: f9ac9d92c203931ed2831067ea836e5076365cd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
<?php

    require_once ('../settings.php');
    require_once ('../function.php');
    require_once ('../function/ProfileClass.php');
    

    $profile = new Profile();
    $profile->GoogleLogin();

?>