Advertisement
Guest User

Untitled

a guest
Jul 17th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. <?php
  2.  
  3. define('IN_PHPBB', true);
  4. $phpbb_root_path = '../';
  5. $phpEx = substr(strrchr(__FILE__, '.'), 1);
  6. include($phpbb_root_path . 'common.' . $phpEx);
  7. include($phpbb_root_path . 'includes/functions_display.' . $phpEx);
  8.  
  9. // Start session
  10. $user->session_begin();
  11. $auth->acl($user->data);
  12. header('Content-type: text/javascript');
  13. ?>
  14. .
  15. .
  16. .
  17. .
  18. params.nick                         = "<?php print $user->data['username'] ?>";
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement