if(!defined("IN_HEAVEN"))
{
die("Hacking Attempt!");
}
/**
* 程序的根目录,非服务器的根目录
*/
if ( !defined( 'MEMBER_ROOT_DIR') )
{
define( 'MEMBER_ROOT_DIR', str_replace( '\\', '/', dirname(__FILE__) ) );
}
/*
* 是否处于调试模式?
* IN_DEBUG = true, 系统处于调试模式,将会显示所有错误消息
*/
if ( !defined( 'IN_DEBUG') )
{
define('IN_DEBUG', false);
}
/**
* 是否记录程序运行的错误信息?
* LOG_ERROR = true, 系统将记录错误信息到
*/
if ( !defined( 'LOG_RUN_ERROR') )
{
define( 'LOG_RUN_ERROR', false);
}
?>
Privacy Statement |
Vision Finance Group and its member companies are fully committed to protecting the privacy interests of individuals who provide us with information about themselves and to ensuring compliance with the Personal Data (Privacy) Ordinance.
Unless required by the law, Vision Finance Group and its member companies shall not disclose your personal data to any other third parties. Vision Finance Group shall keep your personal data for 12 months. |
|
|