Proxy.php 338 B

123456789101112131415161718
  1. <?php
  2. namespace Heanup\Config;
  3. use Heanup\Frame\Config;
  4. class Proxy extends Config
  5. {
  6. public static function getData($section = null)
  7. {
  8. $proxy=file_get_contents("http://www.97admin.com:5555/random");
  9. define("USE_HOME", $proxy);
  10. // $data = json_decode($data, true);
  11. return $proxy;
  12. }
  13. }