/*======================================================================*\ || #################################################################### || || # BUILD UNDER PHP SCRIPTNET 3.2.1 FRAMEWORK || || # ---------------------------------------------------------------- # || || # Code2Art Open Source Software. All Rights Reserved. || || # This file should be redistributed in whole or significant part. # || || # ------------------ SCRIPTNET IS FREE SOFTWARE ------------------ # || || # http://www.code2art.com | http://www.code2art.com/scriptnet # || || # Copyleft by Benediktus Ardian Hersanto, SE # || || # Sorry if this framework is still unavailable for public # || || # because I still searching on my own head. # || || #################################################################### || \*======================================================================*/ /*======================================================================*\ || #################################################################### || || DBF to MySQL Bulk Converter 2.0 || ||______________________________________________________________________|| || This utility was developed on 2006, since this were used to be on || || my own library. But I think I should share it to you, because I || || need to save my work on Internet (I don't believe on my own HD drive)|| || it always crash and had a terrible bad sectors. || || Thanks to all person who download this utility, I hope you enjoy it. || || || || Regards, || || Benediktus Ardian Hersanto,SE (ardie_b@yahoo.com) || /*======================================================================*/ // ---------------------------------------------------------------------// // Free to use for everyone who understand PHP // ---------------------------------------------------------------------// include('init.php'); LoadClass('session'); $session = new session; if(isset($_SESSION))$session->destroy(); ?>