diff options
Diffstat (limited to 'utils/google-oauth2.php')
-rw-r--r-- | utils/google-oauth2.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/utils/google-oauth2.php b/utils/google-oauth2.php new file mode 100644 index 0000000..f9ac9d9 --- /dev/null +++ b/utils/google-oauth2.php @@ -0,0 +1,11 @@ +<?php
+
+ require_once ('../settings.php');
+ require_once ('../function.php');
+ require_once ('../function/ProfileClass.php');
+
+
+ $profile = new Profile();
+ $profile->GoogleLogin();
+
+?>
\ No newline at end of file |