陈德本 пре 5 година
родитељ
комит
435a1b4ccb
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      Config/Proxy.php

+ 1 - 0
Config/Proxy.php

@@ -17,6 +17,7 @@ class Proxy extends Config
             define("USE_HOME", true);
             return "myhome.97admin.com:34185";
         }
+        define("USE_HOME", false);
         $data = file_get_contents("http://myhome.97admin.com:5010/get/");
         $data = json_decode($data, true);
         return $data['proxy'];