Advertisement
Underworld1337

Untitled

Aug 2nd, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. Core
  2. + $GLOBALS["DEFAULTBASEURL"] = "http://rocketbot.vene.me/";
  3. + $GLOBALS["DEFAULTIMGURL"] = "http://rocketbot.vene.me/images/";
  4.  
  5. obfuscation
  6. + private $burl;
  7. + $this->burl = $GLOBALS["DEFAULTBASEURL"];
  8. - $out = $f . "?s=" . $crypted . "";
  9. + $out = $this->burl . "" . $f . "?s=" . $crypted . "";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement