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);
}
?>
Disclaimer |
This web site is presented by Vision Finance Group which has used its best endeavour to ensure the accuracy of the information provided in this website. However, Vision Finance Group does not guarantee, and accepts no legal liability whatsoever arising from or connected to, the accuracy, reliability, currency or completeness of any material contained on this web site or on any linked site.
The information provided in this website is for information purpose only and is not intended to provide professional or investment advice. It is neither an offer to sell any securities of the Group nor a solicitation of any offer to buy or sell securities of the Group. Independent professional advice shall be sought when and where necessary. |
|
|