Advertisement
MattRobinson

Untitled

Mar 29th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. if (isset($_GET['tx'])) {
  3. $getCode = file_get_contents("http://00n.me/cs-test/ajax.php?action=get-code&id=".$_GET["tx"]);
  4. echo "Your code is: ".$getCode;
  5. }
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement