Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php header('Content-Type: text/html; charset=utf8');
  2. $title  = "Lorem Ipsum";
  3. $desc   = "Ipsum Lorum";
  4. $cur    = "index";
  5. ?>
  6.  
  7. <?php header('Content-Type: text/html; charset=utf8'); ?>
  8. <?php $title    = "Lorem Ipsum"; ?>
  9. <?php $desc = "Ipsum Lorum"; ?>
  10. <?php $cur  = "index"; ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement