Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/erp/google/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/erp/google/logout.php

<?php
/*
------------------------------------------------------
  www.idiotminds.com
--------------------------------------------------------
*/
require_once 'config.php';
require_once 'lib/Google_Client.php';
$client = new Google_Client();

unset($_SESSION['token']);
$client->revokeToken();
header('Location: '.$base_url);

?>