e
Showing
2 changed files
with
2 additions
and
2 deletions
| 1 | <?php | 1 | <?php |
| 2 | session_start(); | 2 | //session_start(); |
| 3 | include_once("src/Google_Client.php"); | 3 | include_once("src/Google_Client.php"); |
| 4 | include_once("src/contrib/Google_Oauth2Service.php"); | 4 | include_once("src/contrib/Google_Oauth2Service.php"); |
| 5 | ######### edit details ########## | 5 | ######### edit details ########## | ... | ... |
| ... | @@ -28,7 +28,7 @@ | ... | @@ -28,7 +28,7 @@ |
| 28 | 28 | ||
| 29 | include_once("./config.php"); | 29 | include_once("./config.php"); |
| 30 | include_once("includes/functions.php"); | 30 | include_once("includes/functions.php"); |
| 31 | 31 | session_start(); | |
| 32 | //print_r($_GET);die; | 32 | //print_r($_GET);die; |
| 33 | 33 | ||
| 34 | if(isset($_REQUEST['code'])){ | 34 | if(isset($_REQUEST['code'])){ | ... | ... |
-
Please register or sign in to post a comment