/**
* @version 1.0.1
* @package JOpenID
* @copyright Copyright (C) 2006 yohann joyeux
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/
// Dont allow direct linking
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
//General
//OpenID params, required or optional, those param must be separated by a comma ex: email,postalcode
DEFINE( "REQUIRED_PARAM", "email");
DEFINE( "OPIONAL_PARAM", "nickname");
?>