| 123456789101112131415161718 |
- <?php
- namespace Heanup\Config;
- use Heanup\Frame\Config;
- class Proxy extends Config
- {
- public static function getData($section = null)
- {
- $proxy=file_get_contents("http://www.97admin.com:5555/random");
- define("USE_HOME", $proxy);
- // $data = json_decode($data, true);
- return $proxy;
- }
- }
|