|
@@ -14,6 +14,7 @@ class Proxy extends Config
|
|
|
// return "myhome.97admin.com:34185";
|
|
// return "myhome.97admin.com:34185";
|
|
|
$rand=rand(1,5);
|
|
$rand=rand(1,5);
|
|
|
if ($rand==1){
|
|
if ($rand==1){
|
|
|
|
|
+ define("USE_HOME", true);
|
|
|
return "myhome.97admin.com:34185";
|
|
return "myhome.97admin.com:34185";
|
|
|
}
|
|
}
|
|
|
$data = file_get_contents("http://myhome.97admin.com:5010/get/");
|
|
$data = file_get_contents("http://myhome.97admin.com:5010/get/");
|