View file fs-phpfox340b2/upload/include/library/foxporter/interface.class.php

File size: 290B
<?php
/**
 * [PHPFOX_HEADER]
 */

defined('PHPFOX') or exit('NO DICE!');

/**
 * 
 * 
 * @copyright		[PHPFOX_COPYRIGHT]
 * @author			Raymond Benc
 * @package 		Phpfox
 * @version 		$Id: interface.class.php 1552 2010-04-20 09:56:44Z Raymond_Benc $
 */
interface Foxporter_Interface
{
	
}

?>