Guest User

Untitled

a guest
Dec 18th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. <?php
  2.  
  3. class Config {
  4. const HOST = "******";
  5. const USERNAME = "****";
  6. const PASSWORD = "*******";
  7. const MESSAGESDBNAME = "messages";
  8. }
  9.  
  10.  
  11. ?>
Add Comment
Please, Sign In to add comment