<?php
/**
* [PHPFOX_HEADER]
*/
defined('PHPFOX') or exit('NO DICE!');
/**
*
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond Benc
* @package Module_Track
* @version $Id: phpfox.class.php 1179 2009-10-12 13:56:40Z Raymond_Benc $
*/
class Module_Track
{
public static $aTables = array();
}
?>