소스 검색

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',

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.