Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. echo "<script type='text/javascript'>
  2. window.location.href='file://C:/DescMan/abc.html';</script>";
  3.  
  4. header('Location: file://C:/DescMan/abc.html');
  5.  
  6. header('Content-Disposition: filename="abc.html"');readfile("C:/DescMan/abc.html");
  7.  
  8. echo "<meta http-equiv='refresh' content='0'; url='C:/DescMan/abc.html'/>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement