|
@@ -11,8 +11,7 @@ class Proxy extends Config
|
|
|
public static function getData($section = null)
|
|
public static function getData($section = null)
|
|
|
{
|
|
{
|
|
|
define("USE_HOME", false);
|
|
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");
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|