Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- // "poll.php"
- $Q = [ ];
- foreach($_GET as $key => $value)
- $Q [ ] = "{$key}={$value}";
- $Q = implode("&",$Q);
- if ($Q !== "") $Q = "?" . $Q;
- return file_get_contents
- (
- str_replace
- (
- " ",
- "%20",
- "http://{$_SERVER['HTTP_HOST']}/LD3/Linedancer/scripts/php/LD3 Framework/LD3 Poller Main.php"
- ).
- str_replace
- (
- " ",
- "+",
- $Q
- )
- );
- ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement