Adding require of the G class to validate the use of json_decode().

This commit is contained in:
Jenny Murillo
2016-03-22 10:43:35 -04:00
parent 8b16de2179
commit 633ede7b26

View File

@@ -1,6 +1,7 @@
<?php
session_start();
require_once (dirname(__FILE__) . '/../../../gulliver/system/class.bootstrap.php');
require_once (dirname(__FILE__) . '/../../../gulliver/system/class.g.php');
$gmailToken = $_GET['gmailToken'];
$gmail = $_GET['gmail'];