| Current Path : /var/www/html/mmishra/iws8/html/erp/google/ |
| 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);
?>