<?php //================================================================= // AdFreely -Ad Board script- // Copyright (c) phpkobo.com ( http://www.phpkobo.com/ ) // Email : hide@address.com // ID : AF201_206 // // This software is free software; you can redistribute it and/or // modify it under the terms of the GNU General Public License // as published by the Free Software Foundation; version 2 of the // License. // // [Installation Guide] // http://www.phpkobo.com/doc.php?d=install&p=AF201_206 // //================================================================= require( "CUtil.inc.php" ); require( "CStr.inc.php" ); require( "CMBStr.inc.php" ); require( "CPath.inc.php" ); require( "CValidator.inc.php" ); require( "CEmail.inc.php" ); require( "CDoubleSubmitCheck.inc.php" ); require( "CToHtml.inc.php" ); require( "CConsole.inc.php" ); require( "CGenLog.inc.php" ); ?>