Your IP : 216.73.216.40


Current Path : /var/www/html/mmishra/iws8/html/imaterial/
Upload File :
Current File : /var/www/html/mmishra/iws8/html/imaterial/Logout.php

<?php

/* $Id: Logout.php 5785 2012-12-29 04:47:42Z daintree $*/

$AllowAnyone=True; /* Allow all users to log off  */

include('includes/session.inc');

// Cleanup
session_unset();
session_destroy();
?>