Advertisement
Guest User

Untitled

a guest
Dec 20th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. <?php
  2.  
  3. $host = "localhost:8080";
  4. $db_user = "root";
  5. $db_password = "";
  6. $db_name = "respot";
  7.  
  8. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement