<?php
/**
* [PHPFOX_HEADER]
*/
defined('PHPFOX') or exit('NO DICE!');
/**
*
*
* @copyright [PHPFOX_COPYRIGHT]
* @author Raymond_Benc
* @package Phpfox_Module
* @version $Id: phpfox.class.php 2628 2011-05-25 13:06:52Z Raymond_Benc $
*/
class Module_Janrain
{
public static $aDevelopers = array(
array(
'name' => 'Raymond_Benc',
'website' => ''
)
);
public static $aTables = array(
'janrain'
);
}
?>