Browse Source

no message

Tree 2 tháng trước cách đây
mục cha
commit
e9490f7dae
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/Game/Services/RouteService.php

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

@@ -142,6 +142,7 @@ class RouteService
     }
     public static function isTestOrLocalSite()
     {
+        return true;
         $origin = self::isTestSite();
 //        if(isset($_REQUEST['c'])&&!empty($_REQUEST['c'])){
 //            $Channel=$_REQUEST['c'];