diff --git a/index.php b/index.php index 22e77b7..3ecb4d3 100644 --- a/index.php +++ b/index.php @@ -43,7 +43,7 @@ define('SysVer',Get_Version()); define('Debug',$global_config['Debug'] == 1); define('static_link',$global_config['static_link'] > 0); -if(!in_array($c,[$global_config["Register"],'ico','icon'])){ +if(!in_array($c,[$global_config["Register"],'ico','icon','auth'])){ if($global_config['static_link'] > 0 && !empty($UUID)){ $_GET['u'] = $global_config['static_link'] == 2 ? get_db("global_user", "User", ["ID"=>$UUID]) : $UUID; } diff --git a/system/auth.php b/system/auth.php index 2a3e260..9d81918 100644 --- a/system/auth.php +++ b/system/auth.php @@ -27,7 +27,7 @@ if($auth_mode == 'uname'){ msg(-1,"浏览器UA长度异常,请更换浏览器!"); } //读取资料 - $USER_DB = get_db("global_user", "*", ["OR"=>['User'=>$username,'Email'=>$username,'phone'=>$username]]); + $USER_DB = get_db("global_user", "*", ["OR"=>['User'=>$username,'Email'=>$username]]); if(empty($USER_DB)){ $log['description'] = '请求登录>账号不存在'; insert_db("user_log",$log); diff --git a/system/version.txt b/system/version.txt index 4c953a2..3813250 100644 --- a/system/version.txt +++ b/system/version.txt @@ -1 +1 @@ -v2.1.08-20231219 \ No newline at end of file +v2.1.09-20231220 \ No newline at end of file diff --git a/templates/admin/page/root/vip.php b/templates/admin/page/root/vip.php index a93760b..5765476 100644 --- a/templates/admin/page/root/vip.php +++ b/templates/admin/page/root/vip.php @@ -20,6 +20,16 @@ if(!empty($Notice)){
+温馨提示: +授权是跟当前访问的域名或IP绑定的,通常建议绑定域名 +初次保存授权时会自动激活卡密并绑定当前域名或IP +请不要在临时域名或临时IP中激活授权 (特殊情况请提前说明) +授权针对顶级域名授权,如授权www.nav.cn时,dh.nav.cn可以正常使用 +绑定IP时部分功能会无法使用,如二级域名功能 +激活后修改域名或IP需扣除修改次数(年授权需付费修改) +如有疑问请联系技术支持QQ: 271152681 +