Guest User

Untitled

a guest
Jan 17th, 2018
123
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. // Database connection settings
  2. $db_server = "localhost";
  3. $db_username = "root";
  4. $db_password = "";
  5. $db_name = "bWAPP";
Add Comment
Please, Sign In to add comment