Advertisement
Guest User

Untitled

a guest
Sep 7th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. /**
  2. * The database username
  3. *
  4. * @global string $CONFIG->dbuser
  5. * @name $CONFIG->dbuser
  6. */
  7. $CONFIG->dbuser = 'ac140075_nl';
  8.  
  9. /**
  10. * The database password
  11. *
  12. * @global string $CONFIG->dbpass
  13. */
  14. $CONFIG->dbpass = 'VNMg9QpE7rYuEBpz';
  15.  
  16. /**
  17. * The database name
  18. *
  19. * @global string $CONFIG->dbname
  20. */
  21. $CONFIG->dbname = 'ac140075_nl';
  22.  
  23. /**
  24. * The database host.
  25. *
  26. * For most installations, this is 'localhost'
  27. *
  28. * @global string $CONFIG->dbhost
  29. */
  30. $CONFIG->dbhost = 'dbhost';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement