Advertisement
Guest User

iFrame Fix

a guest
Jan 31st, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. if (basename( $_SERVER['PHP_SELF'] ) != "logged_in2.php") {
  2.   // PHP_SELF can be exploited? Needs checking.
  3.   //Show they can't be here, or include the iFrame anyway.
  4.   //exit;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement