陈德本 il y a 5 ans
Parent
commit
c395c196ec
1 fichiers modifiés avec 2 ajouts et 3 suppressions
  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");
     }
 }