View file PF.Base/module/ban/include/phpfox.class.php

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

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

/**
 * 
 * 
 * @copyright		[PHPFOX_COPYRIGHT]
 * @author  		Raymond Benc
 * @package  		Module_Ban
 * @version 		$Id: phpfox.class.php 2525 2011-04-13 18:03:20Z Raymond_Benc $
 */
class Module_Ban 
{	
	public static $aTables = array(
		'ban',
		'ban_data'
	);
}