Guest User

Untitled

a guest
Jun 19th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. <?php
  2. $muh = $_GET['site'];
  3. if($muh=='about){
  4. include('about.html');
  5. }else if($muh=='bla'){
  6. include('bla.html);
  7. }
  8. ?>
Add Comment
Please, Sign In to add comment