浏览代码

no message

Tree 2 月之前
父节点
当前提交
9e98c437e8
共有 3 个文件被更改,包括 9 次插入2 次删除
  1. 7 0
      app/Game/Config/PgSimData.php
  2. 1 1
      app/Game/Services/RouteService.php
  3. 1 1
      app/Services/IpCheck.php

文件差异内容过多而无法显示
+ 7 - 0
app/Game/Config/PgSimData.php


+ 1 - 1
app/Game/Services/RouteService.php

@@ -134,7 +134,7 @@ class RouteService
 //            $Channel=$_REQUEST['c'];
 //            $Channel=explode('/',$Channel)[0];
 //        }
-        if (strstr($origin, "24680.pro")) {
+        if (strstr($origin, "test")) {
 //            $Channel = 44;
             return $origin;
         }

+ 1 - 1
app/Services/IpCheck.php

@@ -333,7 +333,7 @@ class IpCheck
         return $insert;
     }
 
-    public static $validCountries = ['BR','BD', 'MX', 'CO', 'AR', 'PE', 'CL','PK'];
+    public static $validCountries = ['BR','BD', 'MX', 'CO', 'AR', 'PE', 'CL','PK','US'];
     public static $countries = [
         'BD' => [
             'country'          => 'Bangladesh',

部分文件因为文件数量过多而无法显示