Exemplo n.º 1
0
 function synchronous()
 {
     global $toC_Json, $osC_Language;
     if (!isset($_SESSION['gSearchToken']) && empty($_SESSION['gSearchToken'])) {
         osC_GoogleBase_Admin::clientLoginSearch();
     }
     $response = osC_GoogleBase_Admin::synchronous();
     print_r($response);
 }