Advertisement
Guest User

Untitled

a guest
Sep 29th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. class Configuration
  3. {
  4.  
  5. //MySQL
  6. const MYSQLUSER = 'user';
  7. const MYSQLPASS = 'pass';
  8. const MYSQLHOST = 'localhost';
  9. const MYSQLPORT = '3306';
  10. const MYSQLDB = 'db';
  11. }
  12. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement