Advertisement
Guest User

Untitled

a guest
Apr 10th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. class Config {
  2. const HOST = 'localhost';
  3. const USER = 'admin';
  4. const PASS = 'password';
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement