Guest User

Untitled

a guest
Nov 14th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2.  
  3. public function handleRequestHTML()
  4. {
  5. header("Content-Type: text/html");
  6. echo '<h1>test</h1>';
  7.  
  8. exit();
  9. }
  10.  
  11. ?>
Add Comment
Please, Sign In to add comment