陈德本 5 年 前
コミット
c395c196ec
1 ファイル変更2 行追加3 行削除
  1. 2 3
      Config/Proxy.php

+ 2 - 3
Config/Proxy.php

@@ -11,8 +11,7 @@ class Proxy extends Config
     public static function getData($section = null)
     {
         define("USE_HOME", false);
-        $data = file_get_contents("http://myhome.97admin.com:5010/get/");
-        $data = json_decode($data, true);
-        return $data['proxy'];
+        //        $data = json_decode($data, true);
+        return file_get_contents("http://www.97admin.com:5555/random");
     }
 }