1KA_F2F/utils/google-oauth2.php

11 lines
202 B
PHP
Raw Permalink Normal View History

2020-08-14 13:36:36 +02:00
<?php
require_once ('../settings.php');
require_once ('../function.php');
require_once ('../function/ProfileClass.php');
$profile = new Profile();
$profile->GoogleLogin();
?>