e
Showing
1 changed file
with
2 additions
and
1 deletions
| ... | @@ -20,6 +20,7 @@ | ... | @@ -20,6 +20,7 @@ |
| 20 | <script type="text/javascript"> | 20 | <script type="text/javascript"> |
| 21 | // document.domain = 'gotenzing.com'; | 21 | // document.domain = 'gotenzing.com'; |
| 22 | </script> | 22 | </script> |
| 23 | <?php session_start(); ?> | ||
| 23 | </head> | 24 | </head> |
| 24 | 25 | ||
| 25 | 26 | ||
| ... | @@ -28,7 +29,7 @@ | ... | @@ -28,7 +29,7 @@ |
| 28 | 29 | ||
| 29 | include_once("./config.php"); | 30 | include_once("./config.php"); |
| 30 | include_once("includes/functions.php"); | 31 | include_once("includes/functions.php"); |
| 31 | session_start(); | 32 | |
| 32 | //print_r($_GET);die; | 33 | //print_r($_GET);die; |
| 33 | 34 | ||
| 34 | if(isset($_REQUEST['code'])){ | 35 | if(isset($_REQUEST['code'])){ | ... | ... |
-
Please register or sign in to post a comment