Proxy.php 314 B

1234567891011121314151617
  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. define("USE_HOME", false);
  9. // $data = json_decode($data, true);
  10. return file_get_contents("http://www.97admin.com:5555/random");
  11. }
  12. }