5.2.0 !');
date_default_timezone_set('PRC');
if(!is_file('./install/lock.txt')&&is_dir('./install'))
{
    $agree=isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']=='no'?'https://':'http://';
    exit('');
}
//转义字符
if (get_magic_quotes_gpc()){
    function stripslashes_deep($value){
        $value = is_array($value)?array_map('stripslashes_deep',$value):stripslashes($value);
        return $value;
    }
    $_POST = array_map('stripslashes_deep', $_POST);
    $_GET = array_map('stripslashes_deep', $_GET);
    $_COOKIE = array_map('stripslashes_deep', $_COOKIE);
}
//根目录
//define('ENTER_PATH',str_replace('\\','/',$_SERVER['DOCUMENT_ROOT']));
//define('ENTER_PATH',str_replace('\\','/',dirname(__FILE__)));
//定义应用组
define('APP_GROUP','Index');
//定义应用组的路径
define('GROUP_PATH','group/');
//define('DEBUG',true);
$hdphp=include_once './Drive/Drive/hdphp.php';
unset($hdphp);
exit;
?>