Advertisement
Guest User

Untitled

a guest
Jun 13th, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <?php
  2.  
  3. $db_type = 'mysqli';
  4. $db_host = 'localhost';
  5. $db_name = 'gabriel';
  6. $db_username = 'gab';
  7. $db_password = 'password';
  8. $db_prefix = '';
  9. $p_connect = false;
  10.  
  11. $cookie_name = 'punbb_cookie';
  12. $cookie_domain = '';
  13. $cookie_path = '/';
  14. $cookie_secure = 0;
  15. $cookie_seed = '45fa0a71116603a5';
  16.  
  17. define('PUN', 1);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement