Guest User

Untitled

a guest
Jun 19th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.21 KB | None | 0 0
  1. try{
  2.     //connect to RS CDN
  3.     echo "pre thing";
  4.     $auth = new CF_Authentication(ConfigurationOptions::RS_USERNAME,ConfigurationOptions::RS_APIKEY);
  5. //this won't run
  6.     echo "post thing";
  7. }catch(Exception $e){..}
Add Comment
Please, Sign In to add comment