Guest User

Untitled

a guest
Oct 31st, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. public $host = 'localhost';
  2. public $user = 'test1';
  3. public $password = '123456';
  4. public $db = 'test1';
  5.  
  6. public $host = '192.168.10.10';
  7. public $user = 'test1';
  8. public $password = '123456';
  9. public $db = 'test1';
Add Comment
Please, Sign In to add comment