Advertisement
Guest User

Untitled

a guest
Jul 27th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. <?php
  2.  
  3. require_once('./includes/core.php');
  4.  
  5. if($user->id > 0){ header("Location:./fb-me"); }
  6.  
  7. $lang->addLocale("landing.login");
  8.  
  9. $data = new index_sql;
  10.  
  11. $page['name'] = $lang->loc['pagename.home'];
  12. $page['bodyid'] = "fb";<?php
  13.  
  14. require_once('./includes/core.php');
  15.  
  16. if($user->id > 0){ header("Location:./fb-me"); }
  17.  
  18. $lang->addLocale("landing.login");
  19.  
  20. $data = new index_sql;
  21.  
  22. $page['name'] = $lang->loc['pagename.home'];
  23. $page['bodyid'] = "fb";<?php
  24.  
  25. require_once('./includes/core.php');
  26.  
  27. if($user->id > 0){ header("Location:./fb-me"); }
  28.  
  29. $lang->addLocale("landing.login");
  30.  
  31. $data = new index_sql;
  32.  
  33. $page['name'] = $lang->loc['pagename.home'];
  34. $page['bodyid'] = "fb";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement